mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-21 04:24:17 +00:00
remove raw.json, move directly to zone file
This commit is contained in:
@@ -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", "*")
|
||||
];
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"records": {
|
||||
"CNAME": "is-a-dev.github.io"
|
||||
}
|
||||
}
|
||||
@@ -80,6 +80,7 @@
|
||||
"prod",
|
||||
"production",
|
||||
"r",
|
||||
"raw",
|
||||
"rdap",
|
||||
"redirect",
|
||||
"register",
|
||||
|
||||
Reference in New Issue
Block a user