net/safe-search: new package
authorGregory L. Dietsche <gregory.dietsche@cuw.edu>
Mon, 1 Oct 2018 22:03:12 +0000 (17:03 -0500)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 18 Oct 2018 02:12:18 +0000 (10:12 +0800)
commited6c58b84d365d2c1789b259a21f74f4a306c7c4
tree6d99c94df560f2b2ac036f5146951c251cb748fc
parente5477e3deccd52b1e7c330cb45420ebfc6e72b44
net/safe-search: new package

This package forces the use of Google and Bing safe search by default.
It does this by adding hosts files for dnsmasq to use. These hosts replace the
normal IP addresses for Google and Bing with addresses that force safe
search to be turned on all the time.

Google and Bing Safe Search are suitable for most businesses, schools, and
families who wish to block adult content. This package also offers
YouTube's restricted and 'restricted moderate' via a configuration
option. The reason that this is not enabled is that it is probably more
suitable for children rather than a wide audience.

This package is designed so that other services that offer safe search can be
added easily in the future.

For more information about safe search please visit these URLs:
- https://support.google.com/websearch/answer/186669
- https://help.bing.microsoft.com/#apex/18/en-US/10003/0
- https://support.google.com/a/answer/6212415

Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
net/safe-search/Makefile [new file with mode: 0644]
net/safe-search/Readme.md [new file with mode: 0644]
net/safe-search/files/hosts/bing.default [new file with mode: 0644]
net/safe-search/files/hosts/google.default [new file with mode: 0644]
net/safe-search/files/hosts/youtube.restrict [new file with mode: 0644]
net/safe-search/files/hosts/youtube.restrictmoderate [new file with mode: 0644]
net/safe-search/files/safe-search-update [new file with mode: 0644]
net/safe-search/files/safe-search.conf [new file with mode: 0644]
net/safe-search/files/safe-search.defaults [new file with mode: 0644]