From 723e64e55bc0856a131e323ef8ac73ab4160ec6a Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 11 Oct 2016 13:23:10 +0200 Subject: [PATCH] encrypted.google.com is supported as SNI on the forcesafesearch VIP; so is ipv6.google.com --- pdns/recursordist/examples/safesearch.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/examples/safesearch.lua b/pdns/recursordist/examples/safesearch.lua index dd7c5b39f..2eaa61bc8 100644 --- a/pdns/recursordist/examples/safesearch.lua +++ b/pdns/recursordist/examples/safesearch.lua @@ -18,8 +18,8 @@ googledomains={} for k,v in pairs(dofile("googledomains.lua")) do googledomains["www"..v]=1 - googledomains["encrypted"..v]=2 -- this will allow you to search unfiltered - googledomains["ipv6"..v]=2 -- this too + googledomains["encrypted"..v]=1 -- plug a loophole + googledomains["ipv6"..v]=2 -- this too - change to 1 to get v4 instead of NXDOMAIN end -- 2.40.0