From 9974bbc406cbf4229996ed359af0a80cf08b6a42 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 30 Apr 2019 16:22:05 +0100 Subject: [PATCH] unbound: Enable Bing SafeSearch Signed-off-by: Michael Tremer --- src/initscripts/system/unbound | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 4ac8331dc3..3b4da1dff7 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -687,6 +687,9 @@ setup_safe_search() { local domain + # Bing + unbound-control local_data "bind.com CNAME strict.bing.com." + # Google for domain in ${GOOGLE_TLDS[@]}; do unbound-control local_data "${domain} CNAME forcesafesearch.google.com." -- 2.39.5