mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 04:10:42 +08:00
docs: homepage update
Signed-off-by: Neo_Chen <chenkolei@gmail.com>
This commit is contained in:
parent
e85ccec88e
commit
115ca1e6ef
1 changed files with 12 additions and 20 deletions
|
@ -10,31 +10,25 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>NeoNetwork</h1>
|
<h1>NeoNetwork</h1>
|
||||||
|
|
||||||
<p>A useless VPN network ready for peering!<br/>
|
<p>Yet another VPN network ready for peering!<br/>
|
||||||
This network is connected with <a href="https://dn42.net">DN42</a><br/>
|
This network is connected with <a href="https://dn42.net">DN42</a><br/>
|
||||||
Git Repo. <a href="https://git.neocloud.tw">here</a><br/>
|
Git Repo. <a href="https://github.com/NeoCloud/NeoNetwork">here</a><br/>
|
||||||
Pull requests are welcomed!<br/>
|
Pull requests are welcomed!<br/>
|
||||||
Working language: <code>zh_* / en_*</code></p>
|
Working language: <code>zh_* / en_*</code></p>
|
||||||
|
|
||||||
|
<h2>ROA</h2>
|
||||||
|
|
||||||
|
<p><a href="https://roa.neocloud.tw">https://roa.neocloud.tw</a></p>
|
||||||
|
|
||||||
<h2>IXs</h2>
|
<h2>IXs</h2>
|
||||||
|
|
||||||
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201270000)
|
<pre><code>neovax.neocloud.tw (10.127.110.1, ASN 4201270000)
|
||||||
router.neocloud.tw (10.127.255.2, ASN 4201270000)
|
fsnvax.neocloud.tw (10.127.16.240, 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 4201270006)
|
jpn.neo.jerryxiao.cc (10.127.8.193, ASN 4201270006)
|
||||||
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)
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<h2>Routing Protocols</h2>
|
<h2>Address Allocation</h2>
|
||||||
|
|
||||||
<p>Any protocol supported by Bird, Quagga or FRRouting, BGP recommended.</p>
|
|
||||||
|
|
||||||
<h2>IP Addresses</h2>
|
|
||||||
|
|
||||||
<p>All IPv4 addresses are under the range 10.127.0.0/16<br/>
|
<p>All IPv4 addresses are under the range 10.127.0.0/16<br/>
|
||||||
All IPv6 addresses are under the range fd10:127::/32<br/>
|
All IPv6 addresses are under the range fd10:127::/32<br/>
|
||||||
|
@ -43,11 +37,11 @@ and <a href="https://github.com/NeoCloud/NeoNetwork/tree/master/route6">route6</
|
||||||
|
|
||||||
<h2>DNS</h2>
|
<h2>DNS</h2>
|
||||||
|
|
||||||
<p>There’s a bind9 server on dns.neocloud.tw (<code>10.127.225.2</code> and <code>fd10:127:5f37:59df::255:2</code>), all domain names are under “.neo”.</p>
|
<p>DNS Anycast is currently on <code>10.127.255.54</code> for IPv4 and <code>fd10:127:53:53::</code> for IPv6. All domain names are under “.neo”.</p>
|
||||||
|
|
||||||
<h2>Connection Graph</h2>
|
<h2>Certificate Authority</h2>
|
||||||
|
|
||||||
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" /></p>
|
<p>Root certificate can be downloaded from <a href="https://github.com/NeoCloud/NeoNetwork/blob/master/ca/neonetwork.crt">here</a>. An acmev2-api is available at <code>https://acme.neo/acme/acme/directory</code>.</p>
|
||||||
|
|
||||||
<h2>Files and Directories</h2>
|
<h2>Files and Directories</h2>
|
||||||
|
|
||||||
|
@ -55,8 +49,6 @@ and <a href="https://github.com/NeoCloud/NeoNetwork/tree/master/route6">route6</
|
||||||
asn/ BGP AS Number allocation
|
asn/ BGP AS Number allocation
|
||||||
entity/ Entitys
|
entity/ Entitys
|
||||||
route/ Network subnet allocation
|
route/ Network subnet allocation
|
||||||
node/ Nodes
|
|
||||||
peer/ Peering status
|
|
||||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||||
dns/ Bind9 DNS zone files and example configuration
|
dns/ Bind9 DNS zone files and example configuration
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
Loading…
Reference in a new issue