dnsmasq: add local domain as search directive to /tmp/resolv.conf
SVN-Revision: 19086
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user