mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-21 16:25:54 +00:00
fix variable name
This commit is contained in:
+2
-2
@@ -137,10 +137,10 @@ for (var subdomain in domains) {
|
||||
}
|
||||
}
|
||||
|
||||
const reserved = require("./util/reserved.json");
|
||||
const reservedDomains = require("./util/reserved.json");
|
||||
|
||||
// Handle reserved domains
|
||||
for (const subdomain of reserved) {
|
||||
for (const subdomain of reservedDomains) {
|
||||
records.push(CNAME(subdomain), "reserved.is-a.dev", CF_PROXY_ON);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user