mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2025-02-28 22:13:02 +01:00
Fix dnsmasq config
This commit is contained in:
parent
05cd7fc942
commit
aa9eebd69e
@ -33,16 +33,17 @@ config dnsmasq
|
||||
list server '/23.172.in-addr.arpa/172.22.0.53'
|
||||
```
|
||||
|
||||
to /etc/config/dhcp and run /etc/init.d/dnsmasq restart. After that you are able to resolve .dn42
|
||||
to `/etc/config/dhcp` and run `/etc/init.d/dnsmasq` restart. After that you are able to resolve `.dn42`
|
||||
with the anycast DNS-Server, while your normal requests go to your standard DNS-resolver.
|
||||
|
||||
for normal dnsmasq use
|
||||
For normal dnsmasq use
|
||||
|
||||
```
|
||||
server=/dn42/172.22.0.53
|
||||
server=/22.172.in-addr.arpa/172.22.0.53
|
||||
server=/23.172.in-addr.arpa/172.22.0.53
|
||||
```
|
||||
in dnsmasq.conf
|
||||
in `dnsmasq.conf`.
|
||||
|
||||
## PowerDNS recursor
|
||||
Add this to /etc/powerdns/recursor.conf (at least in Debian)
|
||||
|
Loading…
x
Reference in New Issue
Block a user