mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-31 00:21:52 +00:00
Update dnsconfig.js
This commit is contained in:
+1
-5
@@ -87,15 +87,11 @@ for (var subdomain in domains) {
|
||||
|
||||
// Handle URL records
|
||||
if (domainData.record.URL) {
|
||||
commit.push(
|
||||
A(subdomainName, "192.0.2.1", { cloudflare_proxy: "on" })
|
||||
// CF_SINGLE_REDIRECT(fullSubdomain, 302, 'http.host eq "' + fullSubdomain + '"', 'concat("' + domainData.record.URL + '", "")')
|
||||
)
|
||||
commit.push(A(subdomainName, "192.0.2.1", { cloudflare_proxy: "on" }));
|
||||
}
|
||||
}
|
||||
|
||||
// Exceptions
|
||||
commit.push(IGNORE("*", "DS"));
|
||||
commit.push(IGNORE("@", "MX,TXT"));
|
||||
commit.push(IGNORE("\\*"));
|
||||
commit.push(IGNORE("*._domainkey", "TXT"));
|
||||
|
||||
Reference in New Issue
Block a user