mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-02 00:14:42 +00:00
add reserved domains
This commit is contained in:
@@ -94,6 +94,11 @@ for (var subdomain in domains) {
|
||||
if (domainData.record.URL) {
|
||||
commit.push(A(subdomainName, IP("192.0.2.1"), { cloudflare_proxy: "on" }));
|
||||
}
|
||||
|
||||
// Handle reserved domains
|
||||
if (domainData?.reserved) {
|
||||
commit.push(TXT(subdomainName, "RESERVED"));
|
||||
}
|
||||
}
|
||||
|
||||
// Exceptions
|
||||
|
||||
Reference in New Issue
Block a user