services/dns/Configuration.md
... ...
@@ -16,7 +16,7 @@ Two independent anycast services are also provided:
16 16
| a3.recursive-servers.dn42 | 172.23.0.53 | fd42:d42:d42:53::1 |
17 17
18 18
All the examples here list 172.20.0.53/fd42:d42:d42:54::1, but users are encouraged to configure
19
-multiple services from *.recursive-servers.dn42 for redundancy.
19
+multiple services from *.recursive-servers.dn42 for redundancy.
20 20
21 21
## Note on ICVPN Zones
22 22
... ...
@@ -91,7 +91,7 @@ options {
91 91
92 92
## dnsmasq
93 93
94
-If you are running dnsmasq under openwrt, you just have to add
94
+If you are running dnsmasq under openwrt, you just have to add
95 95
96 96
```conf
97 97
config dnsmasq
... ...
@@ -108,7 +108,7 @@ config dnsmasq
108 108
109 109
```
110 110
111
-to `/etc/config/dhcp` and run `/etc/init.d/dnsmasq restart`. After that you are able to resolve `.dn42`
111
+to `/etc/config/dhcp` and run `/etc/init.d/dnsmasq restart`. After that you are able to resolve `.dn42`
112 112
with the anycast DNS-Server, while your normal requests go to your standard DNS-resolver.
113 113
114 114
Attention: If you go with the default config you'll have to disable "boguspriv" in the first dnsmasq config section.
... ...
@@ -182,7 +182,7 @@ root_servers["10.in-addr.arpa."] = "dn42_root"
182 182
183 183
## Unbound
184 184
185
-Make sure to disable `auto-trust-anchor-file` and manually configure `trust-anchor-file` to
185
+Make sure to disable `auto-trust-anchor-file` and manually configure `trust-anchor-file` to
186 186
point to a file with DNSKEY records for dn42.
187 187
188 188
```conf
... ...
@@ -194,32 +194,32 @@ server:
194 194
local-zone: "10.in-addr.arpa." nodefault
195 195
local-zone: "d.f.ip6.arpa." nodefault
196 196
197
-forward-zone:
197
+forward-zone:
198 198
name: "dn42"
199 199
forward-addr: fd42:d42:d42:54::1
200 200
forward-addr: 172.20.0.53
201 201
202
-forward-zone:
202
+forward-zone:
203 203
name: "20.172.in-addr.arpa"
204 204
forward-addr: fd42:d42:d42:54::1
205 205
forward-addr: 172.20.0.53
206 206
207
-forward-zone:
207
+forward-zone:
208 208
name: "21.172.in-addr.arpa"
209 209
forward-addr: fd42:d42:d42:54::1
210 210
forward-addr: 172.20.0.53
211 211
212
-forward-zone:
212
+forward-zone:
213 213
name: "22.172.in-addr.arpa"
214 214
forward-addr: fd42:d42:d42:54::1
215 215
forward-addr: 172.20.0.53
216 216
217
-forward-zone:
217
+forward-zone:
218 218
name: "23.172.in-addr.arpa"
219 219
forward-addr: fd42:d42:d42:54::1
220 220
forward-addr: 172.20.0.53
221 221
222
-forward-zone:
222
+forward-zone:
223 223
name: "10.in-addr.arpa"
224 224
forward-addr: fd42:d42:d42:54::1
225 225
forward-addr: 172.20.0.53