fix w5isp.com ns

This commit is contained in:
Graham McIntire 2026-04-02 09:37:07 -05:00
parent 5ba93d2866
commit ea091c68c9
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 7 additions and 2 deletions

View file

@ -10,6 +10,11 @@ locals {
"tani.ns.cloudflare.com", "tani.ns.cloudflare.com",
] ]
cloudflare_ns_w5isp = [
"dan.ns.cloudflare.com",
"eva.ns.cloudflare.com",
]
porkbun_ns = [ porkbun_ns = [
"maceio.ns.porkbun.com", "maceio.ns.porkbun.com",
"salvador.ns.porkbun.com", "salvador.ns.porkbun.com",
@ -29,7 +34,7 @@ locals {
"qth.social" = local.porkbun_ns "qth.social" = local.porkbun_ns
# towerops.net is not opted in to Porkbun API access # towerops.net is not opted in to Porkbun API access
"vntx.org" = local.as393837_ns "vntx.org" = local.as393837_ns
"w5isp.com" = local.cloudflare_ns "w5isp.com" = local.cloudflare_ns_w5isp
} }
} }

File diff suppressed because one or more lines are too long