mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-25 11:20:41 +08:00
Apply ipv6 prefixes and add dns servers (#161)
This commit is contained in:
parent
0822e6efd8
commit
e8bed18182
3 changed files with 18 additions and 1 deletions
|
@ -74,3 +74,6 @@ $TTL 3600
|
|||
12 IN NS ns2.yangfl.dn42.
|
||||
|
||||
21 IN NS ns.iedon.neo.
|
||||
|
||||
127 IN NS ns1.yura.dn42.
|
||||
127 IN NS ns2.yura.dn42.
|
||||
|
|
|
@ -31,4 +31,8 @@ $TTL 3600
|
|||
0.1.0.0 IN NS ns5.lantian.neo.
|
||||
|
||||
7.0.0.0 IN NS ns1.staph.neo.
|
||||
|
||||
7.2.1.0 IN NS ns1.yura.dn42.
|
||||
7.2.1.0 IN NS ns2.yura.dn42.
|
||||
|
||||
1.1.e.e IN NS ns1.sun.dn42.
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
["10.127.127.0/24"]
|
||||
type = "subnet"
|
||||
name = "Yura Moe NET"
|
||||
description = "Yura Network"
|
||||
description = "Yura Neo Network"
|
||||
|
||||
["fd10:127:127::/48"]
|
||||
type = "subnet"
|
||||
name = "Yura Neo2"
|
||||
description = "Yura Neo Network2"
|
||||
|
||||
["10.127.127.127/32"]
|
||||
type = "loopback?"
|
||||
name = "Yura Neo Anycast"
|
||||
description = "Yura Anycast4 Services"
|
||||
|
|
Loading…
Reference in a new issue