]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
unbound: Enbale DuckDuckGo safe search
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Apr 2019 15:27:47 +0000 (16:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Apr 2019 15:27:47 +0000 (16:27 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/unbound

index 3b4da1dff772e275fe111583515bc4a86b5f958c..41117904fadbf26674707ccf7447132de3967b51 100644 (file)
@@ -690,6 +690,9 @@ setup_safe_search() {
        # Bing
        unbound-control local_data "bind.com CNAME strict.bing.com."
 
+       # DuckDuckGo
+       unbound-control local_data "duckduckgo.com CNAME safe.duckduckgo.com."
+
        # Google
        for domain in ${GOOGLE_TLDS[@]}; do
                unbound-control local_data "${domain} CNAME forcesafesearch.google.com."