AS4201270000 node info up

This commit is contained in:
Neo_Chen 2020-10-27 21:40:40 +08:00
parent cd9896e128
commit ff10232ed2
7 changed files with 8 additions and 7 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.venv
.venv
*.pyc

View File

@ -18,6 +18,7 @@ $TTL 604800
80.1 IN PTR NeoSystem.neo.
1.3 IN PTR pan.neo.
16.2 IN PTR caasih.neo.
127.2 IN PTR NeoRouter.neo.
1.233 IN PTR liqingge.gw.magicneko.neo.
1.4 IN PTR Abolition-hk.bb.magicneko.neo.

View File

@ -14,15 +14,14 @@ $TTL 604800
@ IN A 10.127.1.1
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
cklvax IN A 10.127.1.40
NNPCC IN A 10.127.1.63
pan IN A 10.127.3.1
NeoRouter IN A 10.127.2.127
santost12 IN A 10.127.69.1
neko IN TXT "helloworld"

View File

@ -10,8 +10,9 @@ cidr = ["10.127.1.80/24", "10.127.2.1/24", "10.127.255.80/32"]
asn = 4201270000
cidr = ["10.127.3.1/24"]
[ucbvax]
[NeoRouter]
asn = 4201270000
cidr = ["10.127.2.127/32"]
[NeoVAX]
asn = 4201270000

View File

@ -1 +1 @@
to-peer = ["JerryXiao-HK1", "JerryXiao-SH1", "LanTian", "dfceaef", "ucbvax"]
to-peer = ["JerryXiao-HK1", "JerryXiao-SH1", "LanTian", "dfceaef"]

View File

@ -1 +1 @@
to-peer = ["NeoPDP-11", "staph", "ucbvax"]
to-peer = ["NeoPDP-11", "staph"]

View File

@ -5,5 +5,4 @@ to-peer = [
"MagicNeko-JP03",
"frank-hsinchu",
"megumiLHS",
"ucbvax",
]