From 5b1bf47a125eadd6fd672c2df5a2143a0e1bc4d6 Mon Sep 17 00:00:00 2001
From: Neo_Chen
Date: Wed, 13 May 2020 21:57:47 +0800
Subject: [PATCH] README: up
---
README.md | 8 ++++----
docs/index.html | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 5b30d28..a4cf8cf 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
# NeoNetwork
A useless VPN network ready for peering!
-**WARNING:** This network is not interconnected to DN42 yet
Git Repo. [here](https://git.neocloud.tw)
Pull requests are welcomed!
Working language: `zh_* / en_*`
-Telegram Group invitation link available at TXT record of `join-telegram.neocloud.tw`
## IXs
@@ -27,11 +25,12 @@ Any protocol supported by Bird, Quagga or FRRouting, BGP recommended.
All IPv4 addresses are under the range 10.127.0.0/16
All IPv6 addresses are under the range fd10:127::/32
-see routes.txt for allocated domain.
+see [route](https://github.com/NeoCloud/NeoNetwork/tree/master/route)
+and [route6](https://github.com/NeoCloud/NeoNetwork/tree/master/route6) for allocated subnet.
## DNS
-There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under ".neo".
+There's a bind9 server on dns.neocloud.tw (`10.127.225.2` and `fd10:127:5f37:59df::255:2`), all domain names are under ".neo".
## Connection Graph
@@ -44,5 +43,6 @@ There's a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are u
entity/ Entitys
route/ Network subnet allocation
node/ Nodes
+ peer/ Peering status
vpn/ VPN configuration examples (Tinc & WireGuard)
dns/ Bind9 DNS zone files and example configuration
diff --git a/docs/index.html b/docs/index.html
index 71b7580..3f4748e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -11,11 +11,9 @@
NeoNetwork
A useless VPN network ready for peering!
-WARNING: This network is not interconnected to DN42 yet
Git Repo. here
Pull requests are welcomed!
-Working language: zh_* / en_*
-Telegram Group invitation link available at TXT record of join-telegram.neocloud.tw
+Working language: zh_* / en_*
IXs
@@ -33,17 +31,18 @@ megumi.yukipedia.cf (10.127.30.1, ASN 4242421037)
Routing Protocols
-Any protocol supported by Quagga or FRRouting, recommended to use BGP.
+Any protocol supported by Bird, Quagga or FRRouting, BGP recommended.
IP Addresses
All IPv4 addresses are under the range 10.127.0.0/16
All IPv6 addresses are under the range fd10:127::/32
-see routes.txt for allocated domain.
+see route
+and route6 for allocated subnet.
DNS
-There’s a bind9 server on dns.neocloud.tw (10.127.225.2), all domain names are under “.neo”.
+There’s a bind9 server on dns.neocloud.tw (10.127.225.2
and fd10:127:5f37:59df::255:2
), all domain names are under “.neo”.
Connection Graph
@@ -56,6 +55,7 @@ asn/ BGP AS Number allocation
entity/ Entitys
route/ Network subnet allocation
node/ Nodes
+peer/ Peering status
vpn/ VPN configuration examples (Tinc & WireGuard)
dns/ Bind9 DNS zone files and example configuration