mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-17 20:59:28 +00:00
fix missing +
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ for (var subdomain in domains) {
|
||||
// Handle URL records
|
||||
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("_redirect." + subdomainName, "\"" + domainData.record.URL + "\""));
|
||||
}
|
||||
|
||||
// Handle reserved domains
|
||||
|
||||
Reference in New Issue
Block a user