Serve newedge.house from the fleet nameservers

This commit is contained in:
Berwn
2026-07-31 11:39:54 +07:00
parent 3646d43ac5
commit f5b6b4b55e
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -4,4 +4,5 @@
"cnx.network"
"buildfor.life"
"cnx.email"
"newedge.house"
]
+13
View File
@@ -0,0 +1,13 @@
$ORIGIN newedge.house.
$TTL 3600
@ IN SOA ns1.cnx.network. hostmaster.cnx.network. (
2026061401 ; serial (ignored: Knot auto-assigns a dateserial on signing)
3600 ; refresh
900 ; retry
604800 ; expire
300 ) ; negative-cache TTL
; Served by the same nameservers (out-of-bailiwick, no glue needed here).
@ IN NS ns1.cnx.network.
@ IN NS ns2.cnx.network.