jerry.neo: add ns2

This commit is contained in:
JerryXiao 2021-01-06 21:17:20 +08:00
parent 8c56aca47f
commit ce960ad15c
Signed by: Jerry
GPG Key ID: 9D9CE43650FF2BAA
4 changed files with 7 additions and 2 deletions

View File

@ -48,6 +48,7 @@ $TTL 604800
7 IN NS ns1.staph.neo.
9 IN NS ns1.jerry.neo.
9 IN NS ns2.jerry.neo.
10 IN NS ns-anycast.lantian.neo.
10 IN NS ns1.lantian.neo.

View File

@ -32,6 +32,7 @@ $TTL 604800
; DELEGATED ZONES
3.5.0.0 IN NS ns1.jerry.neo.
3.5.0.0 IN NS ns2.jerry.neo.
0.1.0.0 IN NS ns-anycast.lantian.neo.
0.1.0.0 IN NS ns1.lantian.neo.

View File

@ -36,8 +36,11 @@ edwardp IN AAAA fd10:127:2f2f::
; DELEGATED ZONES
jerry IN NS ns1.jerry
jerry IN NS ns2.jerry
ns1.jerry IN A 10.127.8.193
ns1.jerry IN AAAA fd10:127:53::1
ns2.jerry IN A 10.127.8.216
ns2.jerry IN AAAA fd10:127:53:100::1
kp IN NS ns1.kp
ns1.kp IN A 10.127.39.1

View File

@ -1,8 +1,8 @@
["10.127.8.64/26"]
ns = ["ns1.jerry.neo."]
ns = ["ns1.jerry.neo.", "ns2.jerry.neo."]
["10.127.8.192/26"]
ns = ["ns1.jerry.neo."]
ns = ["ns1.jerry.neo.", "ns2.jerry.neo."]
["10.127.8.160/27"]
ns = ["ns1.staph.neo."]