Update dnsconfig.js

This commit is contained in:
William Harrison
2024-10-17 20:04:48 +08:00
committed by GitHub
parent 6e48a071ca
commit d73d46d18f
+2 -1
View File
@@ -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)
);
}
}