1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-24 14:40:40 +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:
iEdon 2021-02-19 22:17:32 +08:00 committed by GitHub
parent 8095578814
commit 62a4f9b112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View file

@ -70,3 +70,5 @@ $TTL 604800
12 IN NS ns1.yangfl.dn42. 12 IN NS ns1.yangfl.dn42.
12 IN NS ns2.yangfl.dn42. 12 IN NS ns2.yangfl.dn42.
21 IN NS ns.iedon.neo.

View file

@ -69,6 +69,9 @@ ns4.lantian IN AAAA fd10:127:10:2::1
ns5.lantian IN A 10.127.10.9 ns5.lantian IN A 10.127.10.9
ns5.lantian IN AAAA fd10:127:10:9::1 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 ns1.staph
staph IN NS ns2.staph staph IN NS ns2.staph
staph IN DS 64592 13 2 1AF24492D8FAE84D99E05C9B9088DDB8A82003F3301A53F35EFEC1627BEADDBA staph IN DS 64592 13 2 1AF24492D8FAE84D99E05C9B9088DDB8A82003F3301A53F35EFEC1627BEADDBA

View file

@ -1,4 +1,2 @@
[iEdon] [iEdon]
asn = 4242422189 asn = 4242422189
description = "IEDON-NET"
cidr = ["10.127.21.1/24"]

View file

@ -1,4 +1,9 @@
["10.127.21.0/24"] ["10.127.21.0/24"]
type = "subnet" type = "subnet"
name = "IEDON-NET" 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"