services/dns/External-DNS.md
... ...
@@ -2,17 +2,24 @@ This page lists external DNS zones, provided by networks that are interconnected
2 2
3 3
## Authoritative nameservers
4 4
5
-
6
-Some references for Freifunk are http://wiki.freifunk.net/DNS and http://luebeck.freifunk.net/wiki/DNS
7
-
8 5
| **Network name** | **Contact** | **DNS zone** | **Reverse zone** | **Authoritative nameservers** | **Last update** | **Comments** |
9 6
|:----------------:|:----------:|:------------:|:----------------:|-------------------------------|--------------|---------|
10 7
| ChaosVPN | - | `hack.` | `31.172.in-addr.arpa.` | `172.31.0.5` | Nov. 2013 | - |
11 8
| RaumZeitLabor | - | `rzl.` | - | `172.22.36.1` | Nov. 2013 | - |
12
-| Freifunk Hamburg | - | `ffhh.` | - | `10.112.1.1` `10.112.14.1` | Nov. 2013 | - |
13
-| Freifunk Lübeck | - | `ffhl.` | - | `10.130.10.1` `10.130.12.1` `10.130.14.1` | Nov. 2013 | - |
14
-| Freifunk Chemnitz | Amadeus | `ffc.` | `8.10.in-addr.arpa.` | `10.8.6.6` `10.8.40.27` `10.8.40.57` | Nov. 2013 | - |
15 9
10
+## Freifunk
11
+
12
+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.
13
+
14
+ git clone https://github.com/freifunk/icvpn-scripts.git
15
+ git clone https://github.com/freifunk/icvpn-meta.git
16
+ cd icvpn-scripts
17
+ ./mkdns -f bind -s ../icvpn-meta/ -x dn42
18
+
19
+The mkdns script currently supports the following setups:
20
+* bind (static-stub)
21
+* bind-forward (forward zone)
22
+* dnsmasq
16 23
## Configuration
17 24
18 25
See [[Recursive DNS resolver]] or [[DNS forwarding configuration|/services/dns/Configuration]].
... ...
\ No newline at end of file