mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 20:00:40 +08:00
README.md: up
This commit is contained in:
parent
8da314de1e
commit
521f3599a0
2 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ A useless VPN network ready for peering!
|
|||
Pull requests are welcomed!
|
||||
Telegram Group invitation link available at TXT record of `join-telegram.neocloud.tw`
|
||||
|
||||
## Peers:
|
||||
## 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)
|
||||
|
@ -23,7 +23,7 @@ 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 NeoPDP-11 (10.127.1.1), all domain names are under "neonetwork.unix".
|
||||
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)
|
||||
|
@ -31,7 +31,7 @@ There's a bind9 server on NeoPDP-11 (10.127.1.1), all domain names are under "ne
|
|||
## Files and Directories:
|
||||
ospf-area.txt OSPF Area Number
|
||||
bgp-asn.txt BGP AS Number
|
||||
routes.txt network subnet allocation
|
||||
route/ network subnet allocation
|
||||
named.conf Bind9 DNS configuration example
|
||||
nodes.dot connection graph
|
||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<p>Pull requests are welcomed!<br/>
|
||||
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
|
||||
|
||||
<h2>Peers:</h2>
|
||||
<h2>IXs:</h2>
|
||||
|
||||
<pre><code>caasih.neocloud.tw (10.127.0.1, ASN 4201048576)
|
||||
router.neocloud.tw (10.127.255.2, ASN 4201048576)
|
||||
|
@ -39,17 +39,17 @@ see routes.txt for allocated domain.</p>
|
|||
|
||||
<h2>DNS</h2>
|
||||
|
||||
<p>There's a bind9 server on NeoPDP-11 (10.127.1.1), all domain names are under "neonetwork.unix".</p>
|
||||
<p>There’s a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under “.neo”.</p>
|
||||
|
||||
<h2>Connection Graph</h2>
|
||||
|
||||
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" title="" /></p>
|
||||
<p><img src="https://raw.githubusercontent.com/NeoChen1024/NeoNetwork/master/nodes.svg" alt="NeoNetwork Nodes" /></p>
|
||||
|
||||
<h2>Files and Directories:</h2>
|
||||
|
||||
<pre><code>ospf-area.txt OSPF Area Number
|
||||
bgp-asn.txt BGP AS Number
|
||||
routes.txt network subnet allocation
|
||||
route/ network subnet allocation
|
||||
named.conf Bind9 DNS configuration example
|
||||
nodes.dot connection graph
|
||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||
|
|
Loading…
Reference in a new issue