mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 00:00:45 +08:00
modified: dns/db.10.127
modified: node/magicneko.toml deleted: peer/MagicNeko-HK01.toml new file: peer/koishi.toml new file: peer/liqingge.toml renamed: peer/MagicNeko-JP03.toml -> peer/yuezhengling.toml
This commit is contained in:
parent
80cdd16c58
commit
cad9d2c676
6 changed files with 12 additions and 8 deletions
|
@ -19,7 +19,7 @@ $TTL 604800
|
||||||
1.3 IN PTR pan.neo.
|
1.3 IN PTR pan.neo.
|
||||||
16.2 IN PTR caasih.neo.
|
16.2 IN PTR caasih.neo.
|
||||||
|
|
||||||
1.233 IN PTR icecat-gw04.magicneko.imiku.cn.
|
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.
|
||||||
10.4 IN PTR 10.127.4.10.hk-01.bb.magicneko.neo.
|
10.4 IN PTR 10.127.4.10.hk-01.bb.magicneko.neo.
|
||||||
12.4 IN PTR 10.127.4.12.hk-02.bb.magicneko.neo.
|
12.4 IN PTR 10.127.4.12.hk-02.bb.magicneko.neo.
|
||||||
|
@ -55,9 +55,9 @@ $TTL 604800
|
||||||
|
|
||||||
; Loopback Addresses
|
; Loopback Addresses
|
||||||
1.255 IN PTR NeoPDP-11.neo.
|
1.255 IN PTR NeoPDP-11.neo.
|
||||||
2.255 IN PTR ucbvax.neo.
|
|
||||||
4.255 IN PTR pan.neo.
|
4.255 IN PTR pan.neo.
|
||||||
53.255 IN PTR JerryXiao-Anycast4.neo.
|
53.255 IN PTR anycast-auth-4.neo.
|
||||||
|
54.255 IN PTR anycast-recur-4.neo.
|
||||||
56.255 IN PTR frank-hsinchu-1.neo.
|
56.255 IN PTR frank-hsinchu-1.neo.
|
||||||
80.255 IN PTR NeoSystem.neo.
|
80.255 IN PTR NeoSystem.neo.
|
||||||
117.255 IN PTR magicneko-tw.neo.
|
117.255 IN PTR magicneko-tw.neo.
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
[MagicNekoCN-liqingge]
|
[liqingge]
|
||||||
asn = 4201270005
|
asn = 4201270005
|
||||||
cidr = ["10.127.233.1/24", "10.127.234.1/24" , "10.127.235.1/24" , "10.127.236.1/24" , "fd10:127:233:1c3c::1/64" , "fd10:127:234::/48"]
|
cidr = ["10.127.233.1/24", "10.127.234.1/24" , "10.127.235.1/24" , "10.127.236.1/24" , "fd10:127:233:1c3c::1/64" , "fd10:127:234::/48"]
|
||||||
|
|
||||||
[MagicNekoAsia-luotianyi]
|
[luotianyi]
|
||||||
asn = 4201270008
|
asn = 4201270008
|
||||||
cidr = ["10.127.4.10/32", "fd10:127:233:1270:10:127:4:10/128"]
|
cidr = ["10.127.4.10/32", "fd10:127:233:1270:10:127:4:10/128"]
|
||||||
|
|
||||||
[MagicNekoAsia-koishi]
|
[koishi]
|
||||||
asn = 4201270008
|
asn = 4201270008
|
||||||
cidr = ["10.127.4.8/32", "fd10:127:233:1270:10:127:4:8/128" , "fd10:127:233:1270::1/128"]
|
cidr = ["10.127.4.8/32", "fd10:127:233:1270:10:127:4:8/128" , "fd10:127:233:1270::1/128"]
|
||||||
|
|
||||||
[MagicNekoAsia-yuezhengling]
|
[yuezhengling]
|
||||||
asn = 4201270008
|
asn = 4201270008
|
||||||
cidr = ["10.127.4.15/32", "fd10:127:233:1270:10:127:4:15/128"]
|
cidr = ["10.127.4.15/32", "fd10:127:233:1270:10:127:4:15/128"]
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
to-peer = ["Icecat-GroupAccessNetwork", "SUNNET"]
|
|
1
peer/koishi.toml
Normal file
1
peer/koishi.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
to-peer = ["liqingge" , "yuezhengling" , "luotianyi" ,"JerryXiao-HK1"]
|
1
peer/liqingge.toml
Normal file
1
peer/liqingge.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
to-peer = ["koishi" , "yuezhengling" , "luotianyi" ,"JerryXiao-SH1"]
|
|
@ -1,4 +1,7 @@
|
||||||
to-peer = [
|
to-peer = [
|
||||||
|
"liqingge",
|
||||||
|
"koishi",
|
||||||
|
"luotianyi",
|
||||||
"JerryXiao",
|
"JerryXiao",
|
||||||
"Ndoskrnl-US01",
|
"Ndoskrnl-US01",
|
||||||
"chenx97",
|
"chenx97",
|
Loading…
Reference in a new issue