mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-05 22:24:41 +00:00
Update dnsconfig.js
This commit is contained in:
@@ -140,6 +140,7 @@ for (var subdomain in domains) {
|
||||
if (domainData.record.URL) {
|
||||
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
|
||||
records.push(TXT("_redirect." + subdomainName, "\"" + domainData.record.URL + "\""));
|
||||
records.push(TXT(subdomainName, "\"redirect=" + domainData.record.URL + "\""));
|
||||
}
|
||||
|
||||
// Handle reserved domains
|
||||
|
||||
Reference in New Issue
Block a user