mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 18:40:41 +08:00
updated DNS, peer-dir & node-dir for NeoVAX
This commit is contained in:
parent
1bbd0365b0
commit
0f27a9f1e3
4 changed files with 5 additions and 6 deletions
|
@ -16,6 +16,7 @@ root IN CNAME neo.
|
|||
NeoPDP-11 IN A 10.127.255.1
|
||||
ucbvax IN A 10.127.255.2
|
||||
caasih IN A 10.127.2.16
|
||||
NeoVAX IN A 10.127.2.22
|
||||
NeoSystem IN A 10.127.255.80
|
||||
neostorage IN A 10.127.1.10
|
||||
NeoBOX IN A 10.127.1.20
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
[NeoPDP-11]
|
||||
asn = 4201270000
|
||||
cidr = ["10.127.1.1/24", "10.127.254.1/24", "10.127.255.1/24"]
|
||||
cidr = ["10.127.1.1/24", "10.127.254.1/24", "10.127.255.1/32"]
|
||||
|
||||
[NeoSystem]
|
||||
asn = 4201270000
|
||||
cidr = ["10.127.1.80/24", "10.127.2.1/24"]
|
||||
|
||||
[NeoVAX]
|
||||
asn = 4201270000
|
||||
cidr = ["10.127.1.80/24", "10.127.2.1/24", "10.127.255.80/32"]
|
||||
|
||||
[pan]
|
||||
asn = 4201270000
|
||||
|
|
1
peer/NeoPDP-11.toml
Normal file
1
peer/NeoPDP-11.toml
Normal file
|
@ -0,0 +1 @@
|
|||
to-peer = ["NeoVAX"]
|
|
@ -1 +1 @@
|
|||
to-peer = ["MagicNeko-JP03", "NeoPDP-11", "NeoSystem"]
|
||||
to-peer = ["MagicNeko-JP03", "NeoPDP-11", "NeoSystem", "NeoVAX"]
|
||||
|
|
Loading…
Reference in a new issue