net/safe-search Add duckduckgo.com 7990/head
authorGregory L. Dietsche <gregory.dietsche@cuw.edu>
Thu, 17 Jan 2019 20:57:59 +0000 (14:57 -0600)
committerGregory L. Dietsche <gregory.dietsche@cuw.edu>
Sat, 19 Jan 2019 23:37:38 +0000 (17:37 -0600)
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
net/safe-search/Makefile
net/safe-search/Readme.md
net/safe-search/files/hosts/duckduckgo.default [new file with mode: 0644]
net/safe-search/files/safe-search.conf

index 1a89901216b5e0b8fefea125a1aab3b314e548bf..7dd763c12dcbe9e160f355eb84f95525394941e0 100644 (file)
@@ -6,8 +6,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=safe-search
-PKG_VERSION:=1.0.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.0.1
+PKG_RELEASE:=1
 PKG_LICENSE:=MIT
 PKG_MAINTAINER:=Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
 
index b6f0395a1227e0b240c9ae2d6651209c12cfc9ca..5f3ef74a40ef680bd6fda958433595b015bc349f 100644 (file)
@@ -2,18 +2,24 @@
 
 This package prevents adult content from appearing in search results by
 configuring dnsmasq to force all devices on your network to use Google and
-Bing's Safe Search IP addresses. This is designed to be approperiate for most
+Bing's Safe Search IP addresses. This is designed to be appropriate for most
 businesses and families. The default filtering rules do not interfere with
 normal web browsing.
 
-Currently supported:
-- Google Safe Search - enabled by default
-    - https://support.google.com/websearch/answer/186669
-- Bing Safe Search - enabled by default
-    -  https://help.bing.microsoft.com/#apex/18/en-US/10003/0
-- youtube Safe Search
-    - https://support.google.com/a/answer/6214622
-    - https://support.google.com/a/answer/6212415
-    - https://www.youtube.com/check_content_restrictions
-    - Not enabled by default because it is designed for children.
-    - Enable by editing /etc/config/safe-search and then run safe-search-update
+Enabled and disable Safe Search by editing /etc/config/safe-search . To make
+your changes active, run safe-search-update.
+
+Currently Supported:
+- Enabled By Default
+    - www.bing.com Safe Search
+        -  https://help.bing.microsoft.com/#apex/18/en-US/10003/0
+    - DuckDuckGo.com Safe Search
+        - https://duck.co/help/features/safe-search
+    - www.Google.com Safe Search
+        - https://support.google.com/websearch/answer/186669
+- Not Enabled By Default:
+    - youtube Safe Search
+        - https://support.google.com/a/answer/6214622
+        - https://support.google.com/a/answer/6212415
+        - https://www.youtube.com/check_content_restrictions
+        - Not enabled because it is designed for children, and may annoy adults...
diff --git a/net/safe-search/files/hosts/duckduckgo.default b/net/safe-search/files/hosts/duckduckgo.default
new file mode 100644 (file)
index 0000000..92d6b4b
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Copyright (c) 2019 Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
+# This is free software, licensed under the MIT License
+#
+
+#
+# IMPORTANT: if this file is not working, make sure that dnsmasq is able to READ it!
+#
+
+#50.16.250.179 safe.duckduckgo.com
+#54.208.102.2 safe.duckduckgo.com
+#52.204.96.252 safe.duckduckgo.com
+
+50.16.250.179 duckduckgo.com
+54.208.102.2 duckduckgo.com
+52.204.96.252 duckduckgo.com
index 2051c5f561bf0f14bbbde84f509cb4aea20cf3ff..4659f62c10edcab500f337b648366076136c904f 100644 (file)
@@ -8,6 +8,9 @@
 config safe-search 'bing'
        option enabled 1
 
+config safe-search 'duckduckgo'
+       option enabled 1
+
 config safe-search 'google'
        option enabled 1