mirror of https://github.com/hak5/openwrt.git
use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.conf
SVN-Revision: 4282lede-17.01
parent
3df71b4f5e
commit
44be142cb2
|
@ -153,7 +153,6 @@ define Package/base-files$(TARGET)/install
|
|||
mkdir -p $(1)/usr/bin
|
||||
mkdir -p $(1)/sys
|
||||
mkdir -p $(1)/www
|
||||
ln -sf /tmp/resolv.conf $(1)/etc/resolv.conf
|
||||
ln -sf /proc/mounts $(1)/etc/mtab
|
||||
rm -f $(1)/var
|
||||
ln -sf /tmp $(1)/var
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
nameserver 127.0.0.1
|
||||
search lan
|
|
@ -8,6 +8,7 @@ localise-queries
|
|||
local=/lan/
|
||||
domain=lan
|
||||
expand-hosts
|
||||
resolv-file=/tmp/resolv.conf
|
||||
|
||||
@ifdef dhcp_enable
|
||||
dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@
|
||||
|
|
Loading…
Reference in New Issue