mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-05 14:13:39 +00:00
Update dnsconfig.js
This commit is contained in:
+2
-1
@@ -113,7 +113,8 @@ for (var idx in domains) {
|
||||
// Note: URL records are not actual DNS records, we have a server configured to support them instead.
|
||||
if (domainData.record.URL) {
|
||||
commit[domainName].push(
|
||||
A(subdomainName, "192.0.2.1", proxy.on)
|
||||
A(subdomainName, "45.85.238.5", proxy.on)
|
||||
TXT("_redirect" + subdomainName, "v=txtv0;type=host;to=" + domainData.record.URL)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user