mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
resolv.conf: Add "trust-ad" option
Since we are running unbound locally which always runs DNSSEC validation, we can simply trust it and pass the ad flag on to applications which make use of it. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
ff9788d2d8
commit
07d9e1914a
@@ -19,6 +19,7 @@ write_resolv_conf() {
|
||||
(
|
||||
[ -n "${DOMAINNAME}" ] && echo "search ${DOMAINNAME}"
|
||||
echo "nameserver 127.0.0.1"
|
||||
echo "options trust-ad"
|
||||
) > /etc/resolv.conf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user