Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- src/initscripts/system/unbound | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 951fda7ab..388b65c03 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -703,6 +703,10 @@ write_safe_search_conf() { echo " local-zone: ${domain} transparent" echo " local-data: "${domain} CNAME forcesafesearch.google.com."" done + + # Yandex + echo " local-zone: yandex.ru transparent" + echo " local-data: "yandex.ru A 213.180.193.56"" ) > /etc/unbound/safe-search.conf }