mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-23 02:00: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
|
nodes.dot Connection graph
|
||||||
asn/ BGP AS Number allocation
|
asn/ BGP AS Number allocation
|
||||||
people/ Peoples
|
entity/ Entitys
|
||||||
route/ Network subnet allocation
|
route/ Network subnet allocation
|
||||||
node/ Nodes
|
node/ Nodes
|
||||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||||
|
|
|
@ -43,21 +43,21 @@ see routes.txt for allocated domain.</p>
|
||||||
|
|
||||||
<h2>DNS</h2>
|
<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>
|
<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>
|
<h2>Files and Directories</h2>
|
||||||
|
|
||||||
<pre><code>ospf-area.txt OSPF Area Number
|
<pre><code>nodes.dot Connection graph
|
||||||
asn/ BGP AS Number allocation
|
asn/ BGP AS Number allocation
|
||||||
named.conf Bind9 DNS configuration example
|
entity/ Entitys
|
||||||
nodes.dot Connection graph
|
|
||||||
route/ Network subnet allocation
|
route/ Network subnet allocation
|
||||||
|
node/ Nodes
|
||||||
vpn/ VPN configuration examples (Tinc & WireGuard)
|
vpn/ VPN configuration examples (Tinc & WireGuard)
|
||||||
dns/ Bind9 DNS zone files
|
dns/ Bind9 DNS zone files and example configuration
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# people-dir Template
|
# entity-dir Template
|
||||||
# ===================
|
# ===================
|
||||||
# Filename format: <Name>
|
# Filename format: <Name>
|
||||||
# Description (maybe short self introduction)
|
# Description (maybe short self introduction)
|
Loading…
Reference in a new issue