1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-23 02:00:40 +08:00
This commit is contained in:
Staph. aureus 2020-04-28 03:50:16 +00:00
commit af48fa7243
2 changed files with 17 additions and 16 deletions

View file

@ -1,5 +1,5 @@
# NeoNetwork # NeoNetwork
**WARNING:** This network is not interconnect to DN42 yet
A useless VPN network ready for peering! A useless VPN network ready for peering!
Git Repo. [here](https://git.neocloud.tw) Git Repo. [here](https://git.neocloud.tw)
Pull requests are welcomed! Pull requests are welcomed!

View file

@ -10,23 +10,24 @@
<body> <body>
<h1>NeoNetwork</h1> <h1>NeoNetwork</h1>
<p>A useless VPN network ready for peering!<br/> <p><strong>WARNING:</strong> This network is not interconnect to DN42 yet<br/>
A useless VPN network ready for peering!<br/>
Git Repo. <a href="https://git.neocloud.tw">here</a><br/> Git Repo. <a href="https://git.neocloud.tw">here</a><br/>
Pull requests are welcomed!<br/> Pull requests are welcomed!<br/>
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p> Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
<h2>IXs</h2> <h2>IXs</h2>
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201270000) <pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201270000)
router.neocloud.tw (10.127.255.2, ASN 4201270000) router.neocloud.tw (10.127.255.2, ASN 4201270000)
r2.neocloud.tw (10.127.3.1, ASN 4201270000) r2.neocloud.tw (10.127.3.1, ASN 4201270000)
bgp.septs.me (IX, ASN 4201270001) bgp.septs.me (IX, ASN 4201270001)
hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4201270008) hk-01.nextmoe.cloud.imiku.cn (10.127.4.10, ASN 4201270008)
jp-03.nextmoe.cloud.imiku.cn (10.127.4.15, 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) ru-01.nextmoe.cloud.imiku.cn (10.127.4.14, ASN 4201270008)
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270008) jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270008)
s.aureus.ga (10.127.8.185, ASN 4201270007) s.aureus.ga (10.127.8.185, ASN 4201270007)
megumi.yukipedia.cf (10.127.30.1, ASN 4242421037) megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
</code></pre> </code></pre>
<h2>Routing Protocols</h2> <h2>Routing Protocols</h2>
@ -48,13 +49,13 @@ see routes.txt for allocated domain.</p>
<h2>Files and Directories</h2> <h2>Files and Directories</h2>
<pre><code>ospf-area.txt OSPF Area Number <pre><code>ospf-area.txt OSPF Area Number
bgp-asn.txt BGP AS Number asn/ BGP AS Number allocation
named.conf Bind9 DNS configuration example named.conf Bind9 DNS configuration example
nodes.dot Connection graph nodes.dot Connection graph
route/ Network subnet allocation route/ Network subnet allocation
vpn/ VPN configuration examples (Tinc &amp; WireGuard) vpn/ VPN configuration examples (Tinc &amp; WireGuard)
dns/ Bind9 DNS zone files dns/ Bind9 DNS zone files
</code></pre> </code></pre>
</body> </body>
</html> </html>