1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-23 22:40:41 +08:00

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

1
.gitignore vendored
View file

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

View file

@ -18,6 +18,7 @@ $TTL 604800
80.1 IN PTR NeoSystem.neo. 80.1 IN PTR NeoSystem.neo.
1.3 IN PTR pan.neo. 1.3 IN PTR pan.neo.
16.2 IN PTR caasih.neo. 16.2 IN PTR caasih.neo.
127.2 IN PTR NeoRouter.neo.
1.233 IN PTR liqingge.gw.magicneko.neo. 1.233 IN PTR liqingge.gw.magicneko.neo.
1.4 IN PTR Abolition-hk.bb.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 @ IN A 10.127.1.1
root IN CNAME neo. root IN CNAME neo.
NeoPDP-11 IN A 10.127.255.1 NeoPDP-11 IN A 10.127.255.1
ucbvax IN A 10.127.255.2
caasih IN A 10.127.2.16 caasih IN A 10.127.2.16
NeoVAX IN A 10.127.2.22 NeoVAX IN A 10.127.2.22
NeoSystem IN A 10.127.255.80 NeoSystem IN A 10.127.255.80
neostorage IN A 10.127.1.10 neostorage IN A 10.127.1.10
NeoBOX IN A 10.127.1.20 NeoBOX IN A 10.127.1.20
cklvax IN A 10.127.1.40 cklvax IN A 10.127.1.40
NNPCC IN A 10.127.1.63
pan IN A 10.127.3.1 pan IN A 10.127.3.1
NeoRouter IN A 10.127.2.127
santost12 IN A 10.127.69.1 santost12 IN A 10.127.69.1
neko IN TXT "helloworld" 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 asn = 4201270000
cidr = ["10.127.3.1/24"] cidr = ["10.127.3.1/24"]
[ucbvax] [NeoRouter]
asn = 4201270000 asn = 4201270000
cidr = ["10.127.2.127/32"]
[NeoVAX] [NeoVAX]
asn = 4201270000 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", "MagicNeko-JP03",
"frank-hsinchu", "frank-hsinchu",
"megumiLHS", "megumiLHS",
"ucbvax",
] ]