]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
unbound: Enable Bing SafeSearch
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Apr 2019 15:22:05 +0000 (16:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Apr 2019 15:22:05 +0000 (16:22 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/unbound

index 4ac8331dc3800963682770d43c24af0778c243ef..3b4da1dff772e275fe111583515bc4a86b5f958c 100644 (file)
@@ -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."