mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
localnet: Add "edns0" to /etc/resolv.conf options for RFC 2671 support
Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -26,7 +26,7 @@ write_resolv_conf() {
|
||||
(
|
||||
[ -n "${DOMAINNAME}" ] && echo "search ${DOMAINNAME}"
|
||||
echo "nameserver 127.0.0.1"
|
||||
echo "options trust-ad"
|
||||
echo "options edns0 trust-ad"
|
||||
) > /etc/resolv.conf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user