mirror of https://github.com/hak5/openwrt.git
dnsmasq: fix config file typo
s/loclal/local/ Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 45923lede-17.01
parent
e011a5c375
commit
c6a6f75436
|
@ -19,7 +19,7 @@ config dnsmasq
|
||||||
#list interface br-lan
|
#list interface br-lan
|
||||||
#list notinterface lo
|
#list notinterface lo
|
||||||
#list bogusnxdomain '64.94.110.11'
|
#list bogusnxdomain '64.94.110.11'
|
||||||
option localservice 1 # disable to allow DNS requests from non-loclal subnets
|
option localservice 1 # disable to allow DNS requests from non-local subnets
|
||||||
|
|
||||||
config dhcp lan
|
config dhcp lan
|
||||||
option interface lan
|
option interface lan
|
||||||
|
|
Loading…
Reference in New Issue