mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-24 02:25:34 +00:00
Update dnsconfig.js
This commit is contained in:
+2
-1
@@ -149,8 +149,9 @@ for (var i = 0; i < reserved.length; i++) {
|
||||
subdomainName !== "ns4"
|
||||
) {
|
||||
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
|
||||
records.push(TXT("_redirect." + subdomainName, "\"https://is-a.dev/reserved\""));
|
||||
}
|
||||
|
||||
records.push(TXT("_redirect." + subdomainName, "\"https://is-a.dev/reserved\""));
|
||||
}
|
||||
|
||||
var options = {
|
||||
|
||||
Reference in New Issue
Block a user