Serve newedge.house from the fleet nameservers
This commit is contained in:
@@ -4,4 +4,5 @@
|
|||||||
"cnx.network"
|
"cnx.network"
|
||||||
"buildfor.life"
|
"buildfor.life"
|
||||||
"cnx.email"
|
"cnx.email"
|
||||||
|
"newedge.house"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user