mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
unbound: error in README.md for unbound+dnsmasq
This commit is contained in:
@@ -29,8 +29,8 @@ In this case, dnsmasq is not changed *much* with respect to the default OpenWRT/
|
|||||||
**/etc/config/dhcp**:
|
**/etc/config/dhcp**:
|
||||||
|
|
||||||
config dnsmasq
|
config dnsmasq
|
||||||
option noresolv '1'
|
option noresolv '0'
|
||||||
option resolvfile ''
|
option resolvfile '/tmp/resolv.conf.auto'
|
||||||
option port '53'
|
option port '53'
|
||||||
list server '127.0.0.1#1053'
|
list server '127.0.0.1#1053'
|
||||||
list server '::1#1053'
|
list server '::1#1053'
|
||||||
@@ -51,7 +51,7 @@ In this case, Unbound serves your local network directly for all purposes. It wi
|
|||||||
config dnsmasq
|
config dnsmasq
|
||||||
option domain 'yourdomain'
|
option domain 'yourdomain'
|
||||||
option noresolv '1'
|
option noresolv '1'
|
||||||
option resolvfile ''
|
option resolvfile '/tmp/resolv.conf.auto'
|
||||||
option port '1053'
|
option port '1053'
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user