dnsmasq: add local domain as search directive to /tmp/resolv.conf
SVN-Revision: 19086
This commit is contained in:
parent
ff6010a732
commit
fd7889cf6f
@ -315,6 +315,7 @@ start() {
|
||||
for DNS_SERVER in $DNS_SERVERS ; do
|
||||
echo "nameserver $DNS_SERVER" >> /tmp/resolv.conf
|
||||
done
|
||||
echo "search $DOMAIN" >> /tmp/resolv.conf
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user