79d6f72bcda2e06b12bc15eaf97e74ee6ba45d89
services/dns/External-DNS.md
| ... | ... | @@ -6,8 +6,9 @@ This page lists external DNS zones, provided by networks that are interconnected |
| 6 | 6 | | **Network name** | **Contact** | **DNS zone** | **Reverse zone** | **Authoritative nameservers** | **Last update** | **Comments** | |
| 7 | 7 | |:----------------:|:----------:|:------------:|:----------------:|-------------------------------|--------------|---------| |
| 8 | 8 | | ChaosVPN | - | `hack.` | `31.172.in-addr.arpa.` | `172.31.0.5` | Nov. 2013 | - | |
| 9 | -| RaumZeitLabor | - | `rzl.` | - | `172.22.36.250` | Jun. 2017 | - | |
|
| 10 | -| NeoNetwork | - | `neo.` | `127.10.in-addr.arpa` | `10.127.225.2` | May 2020 | - | |
|
| 9 | +| NeoNetwork | - | `neo.` | `127.10.in-addr.arpa` | `10.127.255.53` | Jul. 2022 | - | |
|
| 10 | +| NeoNetwork | - | `neo.` | `7.2.1.0.0.1.d.f.ip6.arpa` | `fd10:127:ffff:53::` | Jul. 2022 | - | |
|
| 11 | + |
|
| 11 | 12 | ## Freifunk |
| 12 | 13 | |
| 13 | 14 | Freifunk generates its zone configuration from the [icvpn-meta](https://github.com/freifunk/icvpn-meta) repositority via the **mkdns**-script contained in [icvpn-scripts](https://github.com/freifunk/icvpn-scripts). As there are many Freifunk-Communities this is the easiest way to get them all. |
| ... | ... | @@ -15,9 +16,9 @@ Freifunk generates its zone configuration from the [icvpn-meta](https://github.c |
| 15 | 16 | git clone https://github.com/freifunk/icvpn-scripts.git |
| 16 | 17 | git clone https://github.com/freifunk/icvpn-meta.git |
| 17 | 18 | cd icvpn-scripts |
| 18 | - ./mkdns -f bind -s ../icvpn-meta/ -x dn42 -x chaosvpn -x rzl |
|
| 19 | + ./mkdns -f bind -s ../icvpn-meta/ -x dn42 -x chaosvpn -x rzl -x neonetwork |
|
| 19 | 20 | |
| 20 | -_Note: dn42, chaosvpn and rzl are excluded (-x), because they are not part of Freifunk and you might want to configure them yourself._ |
|
| 21 | +_Note: dn42, chaosvpn (, rzl which has been removed, but is still in the script) and neonetwork are excluded (-x), because they are not part of Freifunk and you might want to configure them yourself._ |
|
| 21 | 22 | |
| 22 | 23 | The mkdns script currently supports the following setups: |
| 23 | 24 | * bind (static-stub) |
| ... | ... | @@ -27,7 +28,8 @@ The mkdns script currently supports the following setups: |
| 27 | 28 | |
| 28 | 29 | ## NeoNetwork |
| 29 | 30 | |
| 30 | -NeoNetwork zone files can be found here: https://github.com/NeoCloud/NeoNetwork/tree/master/dns |
|
| 31 | +The NeoNetwork also has a recursive DNS server at `10.127.255.54` and `fd10:127:53:53::`. |
|
| 32 | +The zone files can be found here: https://github.com/NeoCloud/NeoNetwork/tree/master/dns |
|
| 31 | 33 | |
| 32 | 34 | ## Configuration |
| 33 | 35 |