mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
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>
21 lines
466 B
Plaintext
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
|