mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 13:20:40 +08:00
people-dir -> entity-dir
This commit is contained in:
parent
287c8f43ab
commit
f91ca24d8b
16 changed files with 15 additions and 15 deletions
|
@ -41,7 +41,7 @@ There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are u
|
|||
|
||||
nodes.dot Connection graph
|
||||
asn/ BGP AS Number allocation
|
||||
people/ Peoples
|
||||
entity/ Entitys
|
||||
route/ Network subnet allocation
|
||||
node/ Nodes
|
||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<body>
|
||||
<h1>NeoNetwork</h1>
|
||||
|
||||
<p>A useless VPN network ready for peering! <br />
|
||||
<strong>WARNING:</strong> This network is not interconnected to DN42 yet <br />
|
||||
Git Repo. <a href="https://git.neocloud.tw">here</a> <br />
|
||||
Pull requests are welcomed! <br />
|
||||
Working language: <code>zh_* / en_*</code> <br />
|
||||
<p>A useless VPN network ready for peering!<br/>
|
||||
<strong>WARNING:</strong> This network is not interconnected to DN42 yet<br/>
|
||||
Git Repo. <a href="https://git.neocloud.tw">here</a><br/>
|
||||
Pull requests are welcomed!<br/>
|
||||
Working language: <code>zh_* / en_*</code><br/>
|
||||
Telegram Group invitation link available at TXT record of <code>join-telegram.neocloud.tw</code></p>
|
||||
|
||||
<h2>IXs</h2>
|
||||
|
@ -37,27 +37,27 @@ megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
|
|||
|
||||
<h2>IP Addresses</h2>
|
||||
|
||||
<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 />
|
||||
<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/>
|
||||
see routes.txt for allocated domain.</p>
|
||||
|
||||
<h2>DNS</h2>
|
||||
|
||||
<p>There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under ".neo".</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
|
||||
<pre><code>nodes.dot Connection graph
|
||||
asn/ BGP AS Number allocation
|
||||
named.conf Bind9 DNS configuration example
|
||||
nodes.dot Connection graph
|
||||
entity/ Entitys
|
||||
route/ Network subnet allocation
|
||||
node/ Nodes
|
||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||
dns/ Bind9 DNS zone files
|
||||
dns/ Bind9 DNS zone files and example configuration
|
||||
</code></pre>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# people-dir Template
|
||||
# entity-dir Template
|
||||
# ===================
|
||||
# Filename format: <Name>
|
||||
# Description (maybe short self introduction)
|
Loading…
Reference in a new issue