aboutsummaryrefslogtreecommitdiff
path: root/net/safe-search/files/hosts
Commit message (Collapse)AuthorAge
* safe-search: Dynamic UpdatesGregory L. Dietsche2021-01-20
| | | | | | | | | Ensure that the best available IP is always used for all supported safe-search providers. This is accomplished by periodically checking DNS for the most recent list of IP addresses associated with each provider. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* safe-search: duckduckgo.com new ip addressGreg Dietsche2020-09-08
| | | | | | Update to 40.89.244.237 which is the new IP address that duckduckgo.com is using for safe-search. Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu>
* safe-search: Update Google host list.Gregory L. Dietsche2019-12-07
| | | | | | | | Periodic update of the list of Google domains using https://www.google.com/supported_domains as a reference. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* net/safe-search Add duckduckgo.comGregory L. Dietsche2019-01-19
| | | | Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* net/safe-search: new packageGregory L. Dietsche2018-10-18
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>