switch to file

This commit is contained in:
Satria 2024-10-14 19:10:30 +07:00
commit d6282c87bb
2 changed files with 15 additions and 4 deletions

View file

@ -106,11 +106,14 @@ for (var idx in domains) {
// );
// }
// }
if ('ALIAS' in domainData.record) {
commits.push(
ALIAS(subdomain, domainData.record.ALIAS + ".", proxyState)
);
}
}
commits.push(
// CF_REDIRECT("*", "https://" + rootDomain + '/unregistered'),
ALIAS("@", registerSite + ".", proxy.on)
);
// commits.push();
D(rootDomain, regNone, providerCf, commits);

8
domains/@.json Normal file
View file

@ -0,0 +1,8 @@
{
"owner": {
"username": "SX-9"
},
"record": {
"ALIAS": "website-e7n.pages.dev"
}
}