mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 18:00:41 +08:00
commit
f9e1121359
12 changed files with 57 additions and 32 deletions
|
@ -1,3 +1,4 @@
|
||||||
name = "Icecat"
|
name = "MagicNeko CN(Optical Cable Project in Northeast China)"
|
||||||
owner = "icecat"
|
owner = "magicneko"
|
||||||
description = "NextMoe Group Access Network"
|
description = "MagicNeko CN(Optical Cable Project in Northeast China)"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
name = "MagicNeko Experimental Network"
|
name = "MagicNeko Asia Experimental Network"
|
||||||
owner = "icecat"
|
owner = "magicneko"
|
||||||
description = "MagicNeko Network"
|
description = "MagicNeko Network"
|
||||||
|
|
|
@ -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.
|
||||||
|
|
6
entity/magicneko.toml
Normal file
6
entity/magicneko.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
name = "MagicNeko"
|
||||||
|
|
||||||
|
[contact]
|
||||||
|
telegram = "fakeicecat"
|
||||||
|
github = "Myer921"
|
||||||
|
email = "icecat@catio.network"
|
|
@ -1,3 +0,0 @@
|
||||||
[Icecat-GroupAccessNetwork]
|
|
||||||
asn = 4201270005
|
|
||||||
cidr = ["10.127.233.1/24", "fd10:127:233:1c3c::1/64"]
|
|
17
node/magicneko.toml
Normal file
17
node/magicneko.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[liqingge]
|
||||||
|
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"]
|
||||||
|
|
||||||
|
[luotianyi]
|
||||||
|
asn = 4201270008
|
||||||
|
cidr = ["10.127.4.10/32", "fd10:127:233:1270:10:127:4:10/128"]
|
||||||
|
|
||||||
|
[koishi]
|
||||||
|
asn = 4201270008
|
||||||
|
cidr = ["10.127.4.8/32", "fd10:127:233:1270:10:127:4:8/128" , "fd10:127:233:1270::1/128"]
|
||||||
|
|
||||||
|
[yuezhengling]
|
||||||
|
asn = 4201270008
|
||||||
|
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",
|
|
@ -9,10 +9,29 @@ name = "icecat"
|
||||||
description = "Icecat Residential network occupation address"
|
description = "Icecat Residential network occupation address"
|
||||||
supernet = "fd10:127:0233::/48"
|
supernet = "fd10:127:0233::/48"
|
||||||
|
|
||||||
|
|
||||||
["fd10:127:0233:1c3a::/64"]
|
["fd10:127:0233:1c3a::/64"]
|
||||||
type = "subnet"
|
type = "subnet"
|
||||||
name = "MagicNeko VPN"
|
name = "MagicNeko VPN"
|
||||||
description = "For Magicneko Explosion Network Interworking address, No SLA"
|
description = "For Magicneko Explosion Network Interworking address, No SLA"
|
||||||
supernet = "fd10:127:0233::/48"
|
supernet = "fd10:127:0233::/48"
|
||||||
|
|
||||||
|
["10.127.234.0/24"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "CainSakura-home-devices"
|
||||||
|
description = "For home devices internal network segment for testing connectivity quality, No SLA"
|
||||||
|
|
||||||
|
["10.127.235.0/24"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "Icecat Global Tunnel Address (OpenVPN)"
|
||||||
|
description = "For Magicneko Explosion Network Interworking address, No SLA"
|
||||||
|
|
||||||
|
["10.127.236.0/24"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "MagicNeko VPN"
|
||||||
|
description = "For Magicneko Explosion Network Interworking address, No SLA"
|
||||||
|
|
||||||
|
["fd10:127:0234::/48"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "CainSakura-home-devices"
|
||||||
|
description = "For home devices internal network segment for testing connectivity quality, No SLA"
|
||||||
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
["10.127.234.0/24"]
|
|
||||||
type = "subnet"
|
|
||||||
name = "CainSakura-home-devices"
|
|
||||||
description = "For home devices internal network segment for testing connectivity quality, No SLA"
|
|
||||||
|
|
||||||
["10.127.235.0/24"]
|
|
||||||
type = "subnet"
|
|
||||||
name = "Icecat Global Tunnel Address (OpenVPN)"
|
|
||||||
description = "For Magicneko Explosion Network Interworking address, No SLA"
|
|
||||||
|
|
||||||
["10.127.236.0/24"]
|
|
||||||
type = "subnet"
|
|
||||||
name = "MagicNeko VPN"
|
|
||||||
description = "For Magicneko Explosion Network Interworking address, No SLA"
|
|
||||||
|
|
||||||
["fd10:127:0234::/48"]
|
|
||||||
type = "subnet"
|
|
||||||
name = "CainSakura-home-devices"
|
|
||||||
description = "For home devices internal network segment for testing connectivity quality, No SLA"
|
|
Loading…
Reference in a new issue