mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-23 06:24:47 +00:00
Update dnsconfig.js
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ for (var subdomain in domains) {
|
||||
var reserved = require("./util/reserved.json");
|
||||
|
||||
// Handle reserved domains
|
||||
for (const subdomain of reserved) {
|
||||
for (var subdomain of reserved) {
|
||||
records.push(CNAME(subdomain), "reserved.is-a.dev", CF_PROXY_ON);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user