dnsmasq: add local domain as search directive to /tmp/resolv.conf
SVN-Revision: 19086
This commit is contained in:
parent
ff6010a732
commit
fd7889cf6f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue