mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 17:02:58 +02:00
unbound: fix typo at safesearch for googe
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -534,7 +534,7 @@ update_safe_search() {
|
||||
for domain in ${google_tlds[@]}; do
|
||||
unbound-control local_zone "${domain}" transparent >/dev/null
|
||||
for address in ${addresses}; do
|
||||
unbound-control local_data: "www.${domain} ${LOCAL_TTL} IN A ${address}"
|
||||
unbound-control local_data "www.${domain} ${LOCAL_TTL} IN A ${address}"
|
||||
done >/dev/null
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user