mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-23 22:26:56 +00:00
deploy _redirect txt records again
This commit is contained in:
@@ -133,6 +133,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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user