update DNS page

This commit is contained in:
2026-05-14 17:51:43 -04:00
parent e015d8d63b
commit b45ed4fe88
3 changed files with 29 additions and 18 deletions
+5 -4
View File
@@ -10,10 +10,11 @@ const { GetAllRecords, CoreDNSToDomain } = require('../coredns_bridge.js');
const { capitalizeFirstLetter } = require('../helpers.js');
const recordTypeMap = {
"host": "A",
"cname": "CNAME",
"txt": "TXT",
"srv": "SRV"
"host": "A",
"cname": "CNAME",
"txt": "TXT",
"mx": "MX",
"srv": "SRV"
}
// Manage domains