a8364ed684e0b649a85add97e63510b32bc8d7fd
Services-DNS-Configuration.md
| ... | ... | @@ -25,7 +25,12 @@ If you are running dnsmasq under openwrt, you just have to add |
| 25 | 25 | |
| 26 | 26 | ``` |
| 27 | 27 | config dnsmasq |
| 28 | - option local '/dn42/22.172.in-addr.arpa/172.22.0.53' |
|
| 28 | + option boguspriv '0' |
|
| 29 | + option rebind_protection '1' |
|
| 30 | + list rebind_domain 'dn42' |
|
| 31 | + list server '/dn42/172.22.0.53' |
|
| 32 | + list server '/22.172.in-addr.arpa/172.22.0.53' |
|
| 33 | + list server '/23.172.in-addr.arpa/172.22.0.53' |
|
| 29 | 34 | ``` |
| 30 | 35 | |
| 31 | 36 | to /etc/config/dhcp and run /etc/init.d/dnsmasq restart. After that you are able to resolve .dn42 |