unbound: fix typo at safesearch for googe

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-03-01 19:41:15 +01:00
parent d98bbcc849
commit 47864e8f3d

View File

@@ -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