From 765d14f91edd0ef2fdcd58b3440f129b841120e2 Mon Sep 17 00:00:00 2001 From: Septs Date: Sat, 25 Apr 2020 16:35:27 +0800 Subject: [PATCH] updat readme --- README.md | 50 +++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 873b8d8..a7e0d6f 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,51 @@ # NeoNetwork + A useless VPN network ready for peering! Pull requests are welcomed! Telegram Group invitation link available at TXT record of `join-telegram.neocloud.tw` -## IXs: - caasih.neocloud.tw (10.127.0.1, ASN 4201048576) - router.neocloud.tw (10.127.255.2, ASN 4201048576) - r2.neocloud.tw (10.127.3.1, ASN 4201048576) - megumi.yukipedia.cf (10.127.30.1, ASN 4242421037) - hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4200012450) - bgp.septs.me ( ASN 4200055555) - jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4200012450) - ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4200012450) - jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4200066666) - s.aureus.ga (10.127.8.185, ASN 4201270007) +## IXs + +```plain +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) +hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4201270008) +jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, ASN 4201270008) +ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4201270008) +jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270008) +s.aureus.ga (10.127.8.185, ASN 4201270007) + +megumi.yukipedia.cf (10.127.30.1, ASN 4242421037) +``` ## Routing Protocols + Any protocol supported by Quagga or FRRouting, recommended to use BGP. ## IP Addresses + All IPv4 addresses are under the range 10.127.0.0/16, see routes.txt for allocated domain. ## DNS + There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under ".neo". ## Connection Graph + ![NeoNetwork Nodes](https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg) -## Files and Directories: - ospf-area.txt OSPF Area Number - bgp-asn.txt BGP AS Number - route/ network subnet allocation - named.conf Bind9 DNS configuration example - nodes.dot connection graph - vpn/ VPN configuration examples (Tinc & WireGuard) - dns/ Bind9 DNS zone files +## Files and Directories + +```plain +ospf-area.txt OSPF Area Number +bgp-asn.txt BGP AS Number +named.conf Bind9 DNS configuration example +nodes.dot Connection graph +route/ Network subnet allocation +vpn/ VPN configuration examples (Tinc & WireGuard) +dns/ Bind9 DNS zone files +```