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

Merge pull request #121 from Myer921/master

MagicNeko 实验网络重构提交
This commit is contained in:
Dustrain 2020-10-23 01:51:10 +08:00 committed by GitHub
commit f9e1121359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 57 additions and 32 deletions

View file

@ -1,3 +1,4 @@
name = "Icecat"
owner = "icecat"
description = "NextMoe Group Access Network"
name = "MagicNeko CN(Optical Cable Project in Northeast China)"
owner = "magicneko"
description = "MagicNeko CN(Optical Cable Project in Northeast China)"

View file

@ -1,3 +1,3 @@
name = "MagicNeko Experimental Network"
owner = "icecat"
name = "MagicNeko Asia Experimental Network"
owner = "magicneko"
description = "MagicNeko Network"

View file

@ -19,7 +19,7 @@ $TTL 604800
1.3 IN PTR pan.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.
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.
@ -55,9 +55,9 @@ $TTL 604800
; Loopback Addresses
1.255 IN PTR NeoPDP-11.neo.
2.255 IN PTR ucbvax.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.
80.255 IN PTR NeoSystem.neo.
117.255 IN PTR magicneko-tw.neo.

6
entity/magicneko.toml Normal file
View file

@ -0,0 +1,6 @@
name = "MagicNeko"
[contact]
telegram = "fakeicecat"
github = "Myer921"
email = "icecat@catio.network"

View file

@ -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
View 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"]

View file

@ -1 +0,0 @@
to-peer = ["Icecat-GroupAccessNetwork", "SUNNET"]

1
peer/koishi.toml Normal file
View file

@ -0,0 +1 @@
to-peer = ["liqingge" , "yuezhengling" , "luotianyi" ,"JerryXiao-HK1"]

1
peer/liqingge.toml Normal file
View file

@ -0,0 +1 @@
to-peer = ["koishi" , "yuezhengling" , "luotianyi" ,"JerryXiao-SH1"]

View file

@ -1,4 +1,7 @@
to-peer = [
"liqingge",
"koishi",
"luotianyi",
"JerryXiao",
"Ndoskrnl-US01",
"chenx97",

View file

@ -9,10 +9,29 @@ name = "icecat"
description = "Icecat Residential network occupation address"
supernet = "fd10:127:0233::/48"
["fd10:127:0233:1c3a::/64"]
type = "subnet"
name = "MagicNeko VPN"
description = "For Magicneko Explosion Network Interworking address, No SLA"
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"

View file

@ -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"