update reserved domains

This commit is contained in:
William Harrison
2024-12-19 12:54:09 +11:00
committed by GitHub
parent 7e00672add
commit 125e902f84
6 changed files with 22 additions and 37 deletions
-5
View File
@@ -140,11 +140,6 @@ for (var subdomain in domains) {
if (domainData.record.URL) {
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
}
// Handle reserved domains
if (domainData.reserved) {
records.push(TXT(subdomainName, "\"" + "RESERVED" + "\""));
}
}
var options = {
-8
View File
@@ -1,8 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {},
"reserved": true
}
-8
View File
@@ -1,8 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {},
"reserved": true
}
-8
View File
@@ -1,8 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {},
"reserved": true
}
-8
View File
@@ -1,8 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {},
"reserved": true
}
+22
View File
@@ -0,0 +1,22 @@
[
"api",
"dns",
"example",
"m",
"mail",
"maintainer",
"maintainers",
"nic",
"noc",
"notification",
"notifications",
"notify",
"ns",
"ns[1-9]",
"redirect",
"registry",
"url",
"whois",
"www[1-9]",
"wwww"
]