diff --git a/README.md b/README.md index e1bc5c6..29a2c70 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,17 @@ Pull requests are welcomed! # IP Addresses All IPv4 addresses are under the range 10.127.0.0/16, -see route-map.txt for allocated domain. +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". # Connection Graph ![NeoNetwork Nodes](https://gitlab.com/Neo_Chen/NeoNetwork/raw/master/nodes.png) + +# Files: + asn.txt: BGP AS number allocation + named.conf: Bind9 DNS configuration example + nodes.dot: connection graph + tinc.conf: Tinc configuration example + routes.txt: network address allocation diff --git a/route-map.txt b/routes.txt similarity index 100% rename from route-map.txt rename to routes.txt