remove raw.json, move directly to zone file

This commit is contained in:
William Harrison
2025-04-23 20:55:01 +08:00
committed by GitHub
parent f0ede9b9b9
commit 0aaa2d97f4
3 changed files with 3 additions and 9 deletions
+2
View File
@@ -147,6 +147,7 @@ for (var i = 0; i < reserved.length; i++) {
subdomainName !== "ns2" &&
subdomainName !== "ns3" &&
subdomainName !== "ns4" &&
subdomainName !== "raw" &&
subdomainName !== "www"
) {
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
@@ -172,6 +173,7 @@ var ignored = [
IGNORE("autoconfig", "CNAME"),
IGNORE("autodiscover", "CNAME"),
IGNORE("ns[1-4]", "A,AAAA"),
IGNORE("raw", "CNAME"),
IGNORE("www", "*")
];
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"records": {
"CNAME": "is-a-dev.github.io"
}
}
+1
View File
@@ -80,6 +80,7 @@
"prod",
"production",
"r",
"raw",
"rdap",
"redirect",
"register",