mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-24 13:20:41 +08:00
Add new route record for new braches(super nodes) (#155)
* Add new route for new braches(super nodes) * fix: Add new route for new braches(super nodes) * fix conflict
This commit is contained in:
parent
8095578814
commit
62a4f9b112
4 changed files with 11 additions and 3 deletions
|
@ -70,3 +70,5 @@ $TTL 604800
|
|||
|
||||
12 IN NS ns1.yangfl.dn42.
|
||||
12 IN NS ns2.yangfl.dn42.
|
||||
|
||||
21 IN NS ns.iedon.neo.
|
||||
|
|
|
@ -69,6 +69,9 @@ ns4.lantian IN AAAA fd10:127:10:2::1
|
|||
ns5.lantian IN A 10.127.10.9
|
||||
ns5.lantian IN AAAA fd10:127:10:9::1
|
||||
|
||||
iedon IN NS ns.iedon
|
||||
ns.iedon IN A 10.127.21.1
|
||||
|
||||
staph IN NS ns1.staph
|
||||
staph IN NS ns2.staph
|
||||
staph IN DS 64592 13 2 1AF24492D8FAE84D99E05C9B9088DDB8A82003F3301A53F35EFEC1627BEADDBA
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
[iEdon]
|
||||
asn = 4242422189
|
||||
description = "IEDON-NET"
|
||||
cidr = ["10.127.21.1/24"]
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
["10.127.21.0/24"]
|
||||
type = "subnet"
|
||||
name = "IEDON-NET"
|
||||
description = "iEdon Networks - Access points"
|
||||
description = "iEdon Networks - Backbone and branches"
|
||||
|
||||
["10.127.25.0/24"]
|
||||
type = "subnet"
|
||||
name = "IEDON-NET"
|
||||
description = "iEdon Networks - Backbone and branches"
|
||||
|
|
Loading…
Reference in a new issue