mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-16 21:33:53 +08:00
dnsmasq: fix config file typo
s/loclal/local/ Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 45923
This commit is contained in:
parent
e011a5c375
commit
c6a6f75436
@ -19,7 +19,7 @@ config dnsmasq
|
||||
#list interface br-lan
|
||||
#list notinterface lo
|
||||
#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
|
||||
option interface lan
|
||||
|
Loading…
Reference in New Issue
Block a user