-1

is it possible to enable safe search using bind9 without rpz?

The point is I don't want to get nslookup results like this image enter image description here

Because it shows that what is being accessed is forcesafesearch.google.com, not google.com

Can you help me, if my question is difficult to understand, I'm sorry.

vidarlo
  • 6,654
  • 2
  • 18
  • 31
Abl
  • 1
  • 1

1 Answers1

0

The relevant documentation from Google tells you how to do it:

To force SafeSearch for your network, you’ll need to update your DNS configuration. Set the DNS entry for www.google.com (and any other Google country domains your users may use) to be a CNAME for forcesafesearch.google.com.

So you basically have to ensure that all google.tld is answered with cname forcesafesearch.google.com.

The easiest and most logical way to achieve that with Bind would be a rpz.

vidarlo
  • 6,654
  • 2
  • 18
  • 31