diff --git a/dnsconfig.js b/dnsconfig.js index ecc1ea830..b703fac15 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -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) ); } }