Skip to content

Commit 0aaa2d9

Browse files
authored
remove raw.json, move directly to zone file
1 parent f0ede9b commit 0aaa2d9

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

dnsconfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ for (var i = 0; i < reserved.length; i++) {
147147
subdomainName !== "ns2" &&
148148
subdomainName !== "ns3" &&
149149
subdomainName !== "ns4" &&
150+
subdomainName !== "raw" &&
150151
subdomainName !== "www"
151152
) {
152153
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
@@ -172,6 +173,7 @@ var ignored = [
172173
IGNORE("autoconfig", "CNAME"),
173174
IGNORE("autodiscover", "CNAME"),
174175
IGNORE("ns[1-4]", "A,AAAA"),
176+
IGNORE("raw", "CNAME"),
175177
IGNORE("www", "*")
176178
];
177179

domains/raw.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

util/reserved.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"prod",
8181
"production",
8282
"r",
83+
"raw",
8384
"rdap",
8485
"redirect",
8586
"register",

0 commit comments

Comments
 (0)