mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-03 10:23:33 +00:00
publish _redirect txt's for reserved domains
This commit is contained in:
@@ -149,6 +149,7 @@ 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\""));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user