diff --git a/README.md b/README.md index e997add..d8319d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NeoNetwork -A useless VPN network ready for peering! +Yet another VPN network ready for peering! This network is connected with [DN42](https://dn42.net) Git Repo. [here](https://github.com/NeoCloud/NeoNetwork) Pull requests are welcomed! @@ -11,19 +11,12 @@ Working language: `zh_* / en_*` ## IXs - caasih.neocloud.tw (10.127.0.1, ASN 4201270000) - router.neocloud.tw (10.127.255.2, ASN 4201270000) - r2.neocloud.tw (10.127.3.1, ASN 4201270000) - bgp.septs.me (IX, ASN 4201270001) + neovax.neocloud.tw (10.127.110.1, ASN 4201270000) + fsnvax.neocloud.tw (10.127.16.240, ASN 4201270000) jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270006) s.aureus.ga (10.127.8.185, ASN 4201270007) - megumi.yukipedia.cf (10.127.30.1, ASN 4242421037) -## Routing Protocols - -Any protocol supported by Bird, Quagga or FRRouting, BGP recommended. - -## IP Addresses +## Address Allocation All IPv4 addresses are under the range 10.127.0.0/16 All IPv6 addresses are under the range fd10:127::/32 @@ -38,17 +31,11 @@ DNS Anycast is currently on `10.127.255.54` for IPv4 and `fd10:127:53:53::` for Root certificate can be downloaded from [here](https://github.com/NeoCloud/NeoNetwork/blob/master/ca/neonetwork.crt). An acmev2-api is available at `https://acme.neo/acme/acme/directory`. -## Connection Graph - -![NeoNetwork Nodes](https://raw.githubusercontent.com/NeoCloud/NeoNetwork/master/nodes.svg) - ## Files and Directories nodes.dot Connection graph asn/ BGP AS Number allocation entity/ Entitys route/ Network subnet allocation - node/ Nodes - peer/ Peering status vpn/ VPN configuration examples (Tinc & WireGuard) dns/ Bind9 DNS zone files and example configuration diff --git a/node/Cupkappu.toml b/node/Cupkappu.toml deleted file mode 100644 index 4932239..0000000 --- a/node/Cupkappu.toml +++ /dev/null @@ -1,14 +0,0 @@ -[Cupkappu-HK1] -asn = 4201270019 -cidr = ["10.127.19.1/27"] -desc = "Cup's Hong Kong Node 1" - -[Cupkappu-JP] -asn = 4201270019 -cidr = ["10.127.19.2/27"] -desc = "Cup's Japan Osaka Node" - -[Cupkappu-HK2] -asn = 4201270019 -cidr = ["10.127.19.3/27"] -desc = "Cup's Hong Kong Node 2" diff --git a/node/DannyAAM.toml b/node/DannyAAM.toml deleted file mode 100644 index 022c343..0000000 --- a/node/DannyAAM.toml +++ /dev/null @@ -1,24 +0,0 @@ -[SaruHome] -asn = 4201270039 -cidr = ["10.127.39.200/24"] -description = "My home main router @ NeoNetwork, not for open peering" - -[SaruSaru] -asn = 4201270039 -cidr = ["10.127.39.199/24"] -description = "Asia core router @ NeoNetwork, Tokyo Japan @ Linode" - -[SaruIruka] -asn = 4201270039 -cidr = ["10.127.39.198/24"] -description = "Asia core router @ NeoNetwork, Singapore @ DigitalOcean" - -[SaruUmidanuki] -asn = 4201270039 -cidr = ["10.127.39.210/24"] -description = "North America core router @ NeoNetwork, Quebec Canada @ OVH" - -[SaruYagi] -asn = 4201270039 -cidr = ["10.127.39.221/24"] -description = "Europe core router @ NeoNetwork, Frankfurt Germany @ Contabo" diff --git a/node/Edward_P.toml b/node/Edward_P.toml deleted file mode 100644 index c4f3b85..0000000 --- a/node/Edward_P.toml +++ /dev/null @@ -1,4 +0,0 @@ -[Edward_P] -asn = 4201270020 - - diff --git a/node/Hanako.toml b/node/Hanako.toml deleted file mode 100644 index 04accdf..0000000 --- a/node/Hanako.toml +++ /dev/null @@ -1,2 +0,0 @@ -[Hanako] -asn = 4201270080 diff --git a/node/IWarp.toml b/node/IWarp.toml deleted file mode 100644 index ec7fa17..0000000 --- a/node/IWarp.toml +++ /dev/null @@ -1,2 +0,0 @@ -[IWarp] -asn = 4201270030 diff --git a/node/James58899.toml b/node/James58899.toml deleted file mode 100644 index c6f8254..0000000 --- a/node/James58899.toml +++ /dev/null @@ -1,2 +0,0 @@ -[James58899] -asn = 4201270015 diff --git a/node/JerryXiao.toml b/node/JerryXiao.toml deleted file mode 100644 index 8483665..0000000 --- a/node/JerryXiao.toml +++ /dev/null @@ -1,11 +0,0 @@ -[JerryXiao] -asn = 4201270006 - -[JerryXiao-SH1] -asn = 4201270006 - -[JerryXiao-HK1] -asn = 4201270006 - -[JerryXiao-HK2] -asn = 4201270006 diff --git a/node/KusakabeSi.toml b/node/KusakabeSi.toml deleted file mode 100644 index 0f88a31..0000000 --- a/node/KusakabeSi.toml +++ /dev/null @@ -1,2 +0,0 @@ -[KSKB-NEO] -asn = 4201271111 diff --git a/node/LINE-NZ.toml b/node/LINE-NZ.toml deleted file mode 100644 index 2b3b003..0000000 --- a/node/LINE-NZ.toml +++ /dev/null @@ -1,9 +0,0 @@ -[LINE-NZ-NZ01] -asn = 4201270011 -description = "LINE-NZ Home" -cidr = ["10.127.22.1/29"] - -[LINE-NZ-AU01] -asn = 4201270011 -description = "LINE-NZ Cloud" -cidr = ["10.127.22.9/29"] diff --git a/node/LanTian.toml b/node/LanTian.toml deleted file mode 100644 index 0c166a5..0000000 --- a/node/LanTian.toml +++ /dev/null @@ -1,2 +0,0 @@ -[LanTian] -asn = 4201270010 diff --git a/node/Lily.toml b/node/Lily.toml deleted file mode 100644 index 6f4d008..0000000 --- a/node/Lily.toml +++ /dev/null @@ -1,2 +0,0 @@ -[Lily_Network] -asn = 4201271877 \ No newline at end of file diff --git a/node/Moe.toml b/node/Moe.toml deleted file mode 100644 index 73533d4..0000000 --- a/node/Moe.toml +++ /dev/null @@ -1,2 +0,0 @@ -[Moe] -asn = 213262 diff --git a/node/Ndoskrnl.toml b/node/Ndoskrnl.toml deleted file mode 100644 index 8268328..0000000 --- a/node/Ndoskrnl.toml +++ /dev/null @@ -1,9 +0,0 @@ -[Ndoskrnl-US01] -asn = 4201270013 -description = "Ndoskrnls first node" -cidr = ["10.127.13.1/24"] - -[Ndoskrnl-CN01] -asn = 4201270013 -description = "Ndoskrnls first node" -cidr = ["10.127.13.2/24"] diff --git a/node/Neo_Chen.toml b/node/Neo_Chen.toml deleted file mode 100644 index b439064..0000000 --- a/node/Neo_Chen.toml +++ /dev/null @@ -1,19 +0,0 @@ -[NeoPDP-11] -asn = 4201270000 -cidr = ["10.127.1.1/24", "10.127.254.1/24", "10.127.255.1/32"] - -[NeoSystem] -asn = 4201270000 -cidr = ["10.127.1.80/24", "10.127.2.1/24", "10.127.255.80/32"] - -[pan] -asn = 4201270000 -cidr = ["10.127.3.1/24"] - -[NeoRouter] -asn = 4201270000 -cidr = ["10.127.2.127/32"] - -[NeoVAX] -asn = 4201270000 -cidr = ["10.127.2.22/30"] diff --git a/node/PotatoNet.toml b/node/PotatoNet.toml deleted file mode 100644 index 088a61d..0000000 --- a/node/PotatoNet.toml +++ /dev/null @@ -1,3 +0,0 @@ -[PotatoNet] -asn = 4201270021 -description = "PotatoNet @ NeoNetwork" diff --git a/node/TsingYao.toml b/node/TsingYao.toml deleted file mode 100644 index a4a45f5..0000000 --- a/node/TsingYao.toml +++ /dev/null @@ -1,3 +0,0 @@ -[TsingYao] -asn = 4201270099 -description = "TsingYao Interconnection Region Edge Router" diff --git a/node/VILLISEK.toml b/node/VILLISEK.toml deleted file mode 100644 index 1a0614e..0000000 --- a/node/VILLISEK.toml +++ /dev/null @@ -1,3 +0,0 @@ -[VILLISEK] -asn = 4242420308 -desc = "VILLISEK's Marseille (France) node" diff --git a/node/Yitong-Dang.toml b/node/Yitong-Dang.toml deleted file mode 100644 index 39837dc..0000000 --- a/node/Yitong-Dang.toml +++ /dev/null @@ -1,3 +0,0 @@ -[xiy_vm_host] -asn = 142280 -description = "XIY VM Host for NTEREN" diff --git a/node/Yukari.toml b/node/Yukari.toml deleted file mode 100644 index 3cf0405..0000000 --- a/node/Yukari.toml +++ /dev/null @@ -1,9 +0,0 @@ -[IX42-LAS] -asn = 207268 -cidr = ["10.127.131.0/24", "fd10:127:1300::/48"] - -[NIA-NET] -asn = 4242421331 - -[NIACN-NET] -asn = 4242421332 diff --git a/node/Yura.toml b/node/Yura.toml deleted file mode 100644 index d9d56c4..0000000 --- a/node/Yura.toml +++ /dev/null @@ -1,2 +0,0 @@ -[Yura] -asn = 4242422464 diff --git a/node/caasih.toml b/node/caasih.toml deleted file mode 100644 index 97a8596..0000000 --- a/node/caasih.toml +++ /dev/null @@ -1,2 +0,0 @@ -[caasih] -asn = 4201270000 diff --git a/node/caxap.toml b/node/caxap.toml deleted file mode 100644 index 5c2ed93..0000000 --- a/node/caxap.toml +++ /dev/null @@ -1,2 +0,0 @@ -[caxap-SH] -asn = 4201270018 diff --git a/node/chenx97.toml b/node/chenx97.toml deleted file mode 100644 index 552390c..0000000 --- a/node/chenx97.toml +++ /dev/null @@ -1,2 +0,0 @@ -[chenx97] -asn = 4201270003 diff --git a/node/cklvax.toml b/node/cklvax.toml deleted file mode 100644 index f4891ad..0000000 --- a/node/cklvax.toml +++ /dev/null @@ -1,3 +0,0 @@ -[cklvax] -asn = 4201270000 -cidr = ["10.127.1.40/24"] diff --git a/node/dfceaef.toml b/node/dfceaef.toml deleted file mode 100644 index c64b289..0000000 --- a/node/dfceaef.toml +++ /dev/null @@ -1,2 +0,0 @@ -[dfceaef] -asn = 4242420140 diff --git a/node/frank.toml b/node/frank.toml deleted file mode 100644 index 3f00853..0000000 --- a/node/frank.toml +++ /dev/null @@ -1,2 +0,0 @@ -[frank-hsinchu] -asn = 4201270004 diff --git a/node/iEdon.toml b/node/iEdon.toml deleted file mode 100644 index 17503e2..0000000 --- a/node/iEdon.toml +++ /dev/null @@ -1,2 +0,0 @@ -[iEdon] -asn = 4242422189 diff --git a/node/leedagee.toml b/node/leedagee.toml deleted file mode 100644 index fc7ef48..0000000 --- a/node/leedagee.toml +++ /dev/null @@ -1,2 +0,0 @@ -[leedagee] -asn = 4201270014 diff --git a/node/liangjw.toml b/node/liangjw.toml deleted file mode 100644 index c9dd06f..0000000 --- a/node/liangjw.toml +++ /dev/null @@ -1,2 +0,0 @@ -[liangjw] -asn = 4201270016 diff --git a/node/magicneko.toml b/node/magicneko.toml deleted file mode 100644 index d087147..0000000 --- a/node/magicneko.toml +++ /dev/null @@ -1,2 +0,0 @@ -[magicneko] -asn = 140913 diff --git a/node/megumiLHS.toml b/node/megumiLHS.toml deleted file mode 100644 index b36ceb2..0000000 --- a/node/megumiLHS.toml +++ /dev/null @@ -1,2 +0,0 @@ -[megumiLHS] -asn = 4242421037 diff --git a/node/septs.toml b/node/septs.toml deleted file mode 100644 index d8c9966..0000000 --- a/node/septs.toml +++ /dev/null @@ -1,2 +0,0 @@ -[septs] -asn = 4201270001 diff --git a/node/staph.toml b/node/staph.toml deleted file mode 100644 index 6e6ce95..0000000 --- a/node/staph.toml +++ /dev/null @@ -1,4 +0,0 @@ -[staph] -asn = 4201270007 -description = "Home of S. aureus in Amsterdam" -cidr = ["10.127.8.185/27"] diff --git a/node/yhi.toml b/node/yhi.toml deleted file mode 100644 index b4d01f3..0000000 --- a/node/yhi.toml +++ /dev/null @@ -1,9 +0,0 @@ -[yhi-h] -asn = 4201270012 -description = "Yhi Interconnection Region H Edge Router" -cidr = ["10.127.5.1/28"] - -[yhi-s] -asn = 4201270012 -description = "Yhi Interconnection Region S Edge Router" -cidr = ["10.127.5.17/28"] diff --git a/nodes.dot b/nodes.dot deleted file mode 100644 index 14fd2c7..0000000 --- a/nodes.dot +++ /dev/null @@ -1,105 +0,0 @@ -digraph "NeoNetwork Nodes" -{ - label="NeoNetwork Nodes"; - labelloc="t"; - rankdir=LR; - node [shape=box] - c [label="caasih.neocloud.tw\n(10.127.0.1)"] - ucbvax [label="router.neocloud.tw\n(10.127.255.2)"] - np11 [label="NeoPDP-11\n(10.127.255.1,\n10.127.1.1)"] - ns [label="NeoSystem\n(10.127.255.80)"] - megumiLHS [label="megumi.yukipedia.cf\n(AS4242421037)"] - pan [label="r2.neocloud.tw\n(10.127.3.1)"] - icecat_Explosion [label="MagicNeko P2P network interconnection"] - icecat_Notebook [label="NextMoe Group Access Network\n(4201270005)\n(10.127.233.1,\nfd10:127:0233:1c3c::1)"] - magicneko_HK01 [label="M-HK1\n(10.127.4.1,\nfd10:127:0233:7170:2021::10.127.4.1)"] - magicneko_HK02 [label="M-HK2\n(10.127.4.10,\nfd10:127:0233:7170:2021::10.127.4.10)"] - magicneko_JP01 [label="M-JP1\n(10.127.4.11,\nfd10:127:0233:7170:2021::10.127.4.11)"] - magicneko_HK03 [label="M-HK3\n(10.127.4.12,\nfd10:127:0233:7170:2021::10.127.4.12)"] - magicneko_JP02 [label="M-JP2\n(10.127.4.13,\nfd10:127:0233:7170:2021::10.127.4.13)"] - magicneko_RU01 [label="M-RU1\n(10.127.4.14,\nfd10:127:0233:7170:2021::10.127.4.14)"] - magicneko_JP03 [label="M-JP3\n(10.127.4.15,\nfd10:127:0233:7170:2021::10.127.4.15)"] - magicneko_CN01 [label="M-CN1\n(10.127.4.101,\nfd10:127:0233:7170:2021::10.127.4.101)"] - staph [label="s.aureus.ga\n(10.127.8.185\nfd10:127:7::1)\n(AS4201270007)"] - staph_CN [label="cnhome.aureus.ga\n(10.127.8.187\nfd10:127:7::3)\n(AS4201270007)"] - chenx97 [label="chenx97.neocloud.tw\n(10.127.89.3)\n(fd10:127:1919:810::893)\n(AS4201270003)"] - JerryXiao [label="jpn.neo.jerryxiao.cc\n(10.127.8.193)"] - JerryXiao_SH01 [label="jerryxiao-sh01\n(10.127.8.195)"] - JerryXiao_HK01 [label="jerryxiao-hk01\n(10.127.8.194)"] - JerryXiao_HK02 [label="jerryxiao-hk02\n(10.127.8.196)"] - septs [label="bgp.septs.me\n(AS4201270001)"] - lantian [label="lantian\n(AS4201270010)"] - dfceaef [label="dfceaef\n(10.127.12.0/24)\n(AS4242420140)"] - SUNNET [label="SUNNET\n(10.127.11.0/24)\n(AS4242423088)"] - frank_hsinchu [label="Frank_Hsinchu\n(10.127.255.56)\n(AS4201270004)"] - - subgraph cluster_AS4201270000 - { - label = "NeoNetwork (AS4201270000)"; - - NNPCC -> np11 [dir=both] - NeoBOX -> np11 [dir=both] - cklvax -> np11 [dir=both] - NeoStorage -> np11 [dir=both] - np11 -> ucbvax - np11 -> pan - np11 -> c - ucbvax -> c [dir=both] - ns -> ucbvax - ns -> pan - pan -> ucbvax [dir=both] - } - - megumiLHS -> ucbvax [dir=both] - magicneko_HK02 -> ucbvax [dir=both] - c -> staph [dir=both] - staph -> staph_CN - ucbvax -> chenx97 [dir=both] - - subgraph cluster_4201270008 - { - label="MagicNeko Network Internet exchange (AS4201270008)"; - - magicneko_HK01 -> icecat_Explosion - magicneko_HK02 -> icecat_Explosion - magicneko_JP01 -> icecat_Explosion - magicneko_HK03 -> icecat_Explosion - magicneko_JP02 -> icecat_Explosion - magicneko_RU01 -> icecat_Explosion - magicneko_JP03 -> icecat_Explosion - magicneko_CN01 -> icecat_Explosion - } - - subgraph cluster_4201270006 - { - label="Jerry Network (4201270006)"; - - JerryXiao -> JerryXiao_SH01 [dir=both] - JerryXiao -> JerryXiao_HK01 [dir=both] - JerryXiao_SH01 -> JerryXiao_HK01 [dir=both] - JerryXiao_HK01 -> JerryXiao_HK02 [dir=both] - } - - JerryXiao -> ucbvax [dir=both] - JerryXiao_SH01 -> dfceaef [dir=both] - magicneko_JP03 -> JerryXiao [dir=both] - lantian -> septs [dir=both] - lantian -> JerryXiao [dir=both] - magicneko_JP03 -> septs [dir=both] - staph -> septs [dir=both] - ucbvax -> septs [dir=both] - magicneko_JP03 -> chenx97 [dir=both] - magicneko_RU01 -> staph [dir=both] - megumiLHS -> septs [dir=both] - magicneko_HK02 -> SUNNET [dir=both] - magicneko_RU01 -> septs [dir=both] - magicneko_JP03 -> megumiLHS [dir=both] - magicneko_JP03 -> frank_hsinchu [dir=both] - septs -> frank_hsinchu [dir=both] - icecat_Notebook -> magicneko_HK01 - icecat_Notebook -> magicneko_JP03 - icecat_Notebook -> magicneko_RU01 - icecat_Notebook -> magicneko_CN01 - icecat_Notebook -> magicneko_JP02 - pan -> magicneko_JP03 [dir=both] -} diff --git a/nodes.svg b/nodes.svg deleted file mode 100644 index 465004c..0000000 --- a/nodes.svg +++ /dev/null @@ -1,620 +0,0 @@ - - - - - - -NeoNetwork Nodes - -NeoNetwork Nodes - -cluster_AS4201270000 - -NeoNetwork (AS4201270000) - - -cluster_4201270008 - -MagicNeko Network Internet exchange (AS4201270008) - - -cluster_4201270006 - -Jerry Network (4201270006) - - - -c - -caasih.neocloud.tw -(10.127.0.1) - - - -staph - -s.aureus.ga -(10.127.8.185 -fd10:127:7::1) -(AS4201270007) - - - -c->staph - - - - - - -ucbvax - -router.neocloud.tw -(10.127.255.2) - - - -ucbvax->c - - - - - - -chenx97 - -chenx97.neocloud.tw -(10.127.89.3) -(fd10:127:1919:810::893) -(AS4201270003) - - - -ucbvax->chenx97 - - - - - - -septs - -bgp.septs.me -(AS4201270001) - - - -ucbvax->septs - - - - - - -np11 - -NeoPDP-11 -(10.127.255.1, -10.127.1.1) - - - -np11->c - - - - - -np11->ucbvax - - - - - -pan - -r2.neocloud.tw -(10.127.3.1) - - - -np11->pan - - - - - -ns - -NeoSystem -(10.127.255.80) - - - -ns->ucbvax - - - - - -ns->pan - - - - - -megumiLHS - -megumi.yukipedia.cf -(AS4242421037) - - - -megumiLHS->ucbvax - - - - - - -megumiLHS->septs - - - - - - -pan->ucbvax - - - - - - -magicneko_JP03 - -M-JP3 -(10.127.4.15, -fd10:127:0233:7170:2021::10.127.4.15) - - - -pan->magicneko_JP03 - - - - - - -icecat_Explosion - -MagicNeko P2P network interconnection - - - -icecat_Notebook - -NextMoe Group Access Network -(4201270005) -(10.127.233.1, -fd10:127:0233:1c3c::1) - - - -magicneko_HK01 - -M-HK1 -(10.127.4.1, -fd10:127:0233:7170:2021::10.127.4.1) - - - -icecat_Notebook->magicneko_HK01 - - - - - -magicneko_JP02 - -M-JP2 -(10.127.4.13, -fd10:127:0233:7170:2021::10.127.4.13) - - - -icecat_Notebook->magicneko_JP02 - - - - - -magicneko_RU01 - -M-RU1 -(10.127.4.14, -fd10:127:0233:7170:2021::10.127.4.14) - - - -icecat_Notebook->magicneko_RU01 - - - - - -icecat_Notebook->magicneko_JP03 - - - - - -magicneko_CN01 - -M-CN1 -(10.127.4.101, -fd10:127:0233:7170:2021::10.127.4.101) - - - -icecat_Notebook->magicneko_CN01 - - - - - -magicneko_HK01->icecat_Explosion - - - - - -magicneko_HK02 - -M-HK2 -(10.127.4.10, -fd10:127:0233:7170:2021::10.127.4.10) - - - -magicneko_HK02->ucbvax - - - - - - -magicneko_HK02->icecat_Explosion - - - - - -SUNNET - -SUNNET -(10.127.11.0/24) -(AS4242423088) - - - -magicneko_HK02->SUNNET - - - - - - -magicneko_JP01 - -M-JP1 -(10.127.4.11, -fd10:127:0233:7170:2021::10.127.4.11) - - - -magicneko_JP01->icecat_Explosion - - - - - -magicneko_HK03 - -M-HK3 -(10.127.4.12, -fd10:127:0233:7170:2021::10.127.4.12) - - - -magicneko_HK03->icecat_Explosion - - - - - -magicneko_JP02->icecat_Explosion - - - - - -magicneko_RU01->icecat_Explosion - - - - - -magicneko_RU01->staph - - - - - - -magicneko_RU01->septs - - - - - - -magicneko_JP03->megumiLHS - - - - - - -magicneko_JP03->icecat_Explosion - - - - - -magicneko_JP03->chenx97 - - - - - - -JerryXiao - -jpn.neo.jerryxiao.cc -(10.127.8.193) - - - -magicneko_JP03->JerryXiao - - - - - - -magicneko_JP03->septs - - - - - - -frank_hsinchu - -Frank_Hsinchu -(10.127.255.56) -(AS4201270004) - - - -magicneko_JP03->frank_hsinchu - - - - - - -magicneko_CN01->icecat_Explosion - - - - - -staph_CN - -cnhome.aureus.ga -(10.127.8.187 -fd10:127:7::3) -(AS4201270007) - - - -staph->staph_CN - - - - - -staph->septs - - - - - - -santost12 - -Santost12 -(10.127.69.1) -(AS4201270009) - - - -staph->santost12 - - - - - - -JerryXiao->ucbvax - - - - - - -JerryXiao_SH01 - -jerryxiao-sh01 -(10.127.8.195) - - - -JerryXiao->JerryXiao_SH01 - - - - - - -JerryXiao_HK01 - -jerryxiao-hk01 -(10.127.8.194) - - - -JerryXiao->JerryXiao_HK01 - - - - - - -JerryXiao_SH01->JerryXiao_HK01 - - - - - - -dfceaef - -dfceaef -(10.127.12.0/24) -(AS4242420140) - - - -JerryXiao_SH01->dfceaef - - - - - - -JerryXiao_HK02 - -jerryxiao-hk02 -(10.127.8.196) - - - -JerryXiao_HK01->JerryXiao_HK02 - - - - - - -septs->frank_hsinchu - - - - - - -lantian - -lantian -(AS4201270010) - - - -lantian->JerryXiao - - - - - - -lantian->septs - - - - - - -santost12->magicneko_JP03 - - - - - -NNPCC - -NNPCC - - - -NNPCC->np11 - - - - - - -NeoBOX - -NeoBOX - - - -NeoBOX->np11 - - - - - - -cklvax - -cklvax - - - -cklvax->np11 - - - - - - -NeoStorage - -NeoStorage - - - -NeoStorage->np11 - - - - - - diff --git a/peer/JerryXiao-HK1.toml b/peer/JerryXiao-HK1.toml deleted file mode 100644 index 4b17104..0000000 --- a/peer/JerryXiao-HK1.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["JerryXiao-HK2"] diff --git a/peer/JerryXiao-SH1.toml b/peer/JerryXiao-SH1.toml deleted file mode 100644 index b511eed..0000000 --- a/peer/JerryXiao-SH1.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["JerryXiao-HK1"] diff --git a/peer/JerryXiao.toml b/peer/JerryXiao.toml deleted file mode 100644 index f3b3ea1..0000000 --- a/peer/JerryXiao.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["JerryXiao-HK1", "JerryXiao-SH1", "LanTian", "dfceaef"] diff --git a/peer/Ndoskrnl-US01.toml b/peer/Ndoskrnl-US01.toml deleted file mode 100644 index b1fcabb..0000000 --- a/peer/Ndoskrnl-US01.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["Ndoskrnl-CN01"] diff --git a/peer/NeoPDP-11.toml b/peer/NeoPDP-11.toml deleted file mode 100644 index ba7ae8c..0000000 --- a/peer/NeoPDP-11.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["NeoVAX"] diff --git a/peer/NeoSystem.toml b/peer/NeoSystem.toml deleted file mode 100644 index ba7ae8c..0000000 --- a/peer/NeoSystem.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["NeoVAX"] diff --git a/peer/SaruHome.toml b/peer/SaruHome.toml deleted file mode 100644 index 84692cc..0000000 --- a/peer/SaruHome.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["SaruSaru", "SaruIruka", "SaruUmidanuki", "SaruYagi"] diff --git a/peer/SaruIruka.toml b/peer/SaruIruka.toml deleted file mode 100644 index c544fe1..0000000 --- a/peer/SaruIruka.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["SaruHome", "SaruSaru", "SaruUmidanuki", "SaruYagi"] diff --git a/peer/SaruSaru.toml b/peer/SaruSaru.toml deleted file mode 100644 index 07dcffa..0000000 --- a/peer/SaruSaru.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["SaruHome", "SaruIruka", "SaruUmidanuki", "SaruYagi"] diff --git a/peer/SaruUmidanuki.toml b/peer/SaruUmidanuki.toml deleted file mode 100644 index 467acb1..0000000 --- a/peer/SaruUmidanuki.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["SaruHome", "SaruSaru", "SaruIruka", "SaruYagi"] diff --git a/peer/SaruYagi.toml b/peer/SaruYagi.toml deleted file mode 100644 index 9954e9d..0000000 --- a/peer/SaruYagi.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["SaruHome", "SaruSaru", "SaruIruka", "SaruUmidanuki"] diff --git a/peer/caasih.toml b/peer/caasih.toml deleted file mode 100644 index 53c2093..0000000 --- a/peer/caasih.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["NeoPDP-11", "staph"] diff --git a/peer/cklvax.toml b/peer/cklvax.toml deleted file mode 100644 index 76bd223..0000000 --- a/peer/cklvax.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["NeoSystem"] diff --git a/peer/pan.toml b/peer/pan.toml deleted file mode 100644 index 7cd821f..0000000 --- a/peer/pan.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["NeoPDP-11", "NeoSystem", "NeoVAX"] diff --git a/peer/septs.toml b/peer/septs.toml deleted file mode 100644 index 0490eec..0000000 --- a/peer/septs.toml +++ /dev/null @@ -1,7 +0,0 @@ -to-peer = [ - "James58899", - "JerryXiao", - "LanTian", - "frank-hsinchu", - "megumiLHS", -] diff --git a/peer/staph.toml b/peer/staph.toml deleted file mode 100644 index 2ae4b5d..0000000 --- a/peer/staph.toml +++ /dev/null @@ -1 +0,0 @@ -to-peer = ["septs"]