0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 09:19:51 +00:00
packages/net/safe-search/files/safe-search.conf
Gregory L. Dietsche f2837d7470 safe-search: Dynamic Updates
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>
2021-01-20 08:28:22 -10:00

21 lines
466 B
Plaintext

#
# Copyright (c) 2018 Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
# This is free software, licensed under the MIT License
#
# run safe-search-update after making configuration changes.
#
config safe-search 'bing'
option enabled 1
config safe-search 'duckduckgo'
option enabled 1
config safe-search 'google'
option enabled 1
# Valid modes for youtube are restrict and restrictmoderate
config safe-search 'youtube'
option mode 'restrict'
option enabled 0