Services-DNS-Configuration.md
... ...
@@ -33,16 +33,17 @@ config dnsmasq
33 33
list server '/23.172.in-addr.arpa/172.22.0.53'
34 34
```
35 35
36
-to /etc/config/dhcp and run /etc/init.d/dnsmasq restart. After that you are able to resolve .dn42
36
+to `/etc/config/dhcp` and run `/etc/init.d/dnsmasq` restart. After that you are able to resolve `.dn42`
37 37
with the anycast DNS-Server, while your normal requests go to your standard DNS-resolver.
38 38
39
-for normal dnsmasq use
39
+For normal dnsmasq use
40 40
41 41
```
42 42
server=/dn42/172.22.0.53
43 43
server=/22.172.in-addr.arpa/172.22.0.53
44
+server=/23.172.in-addr.arpa/172.22.0.53
44 45
```
45
-in dnsmasq.conf
46
+in `dnsmasq.conf`.
46 47
47 48
## PowerDNS recursor
48 49
Add this to /etc/powerdns/recursor.conf (at least in Debian)