Force safe search & web filtering

Started by HuuuR, February 17, 2021, 03:21:55 PM

Previous topic - Next topic
Coming from pfsense, and after days of trying different tutorials on a fresh install, I can successfully do either of the below scenarios but NOT both :-\

- Within BIND, while Google SafeSearch is working, selecting PornTop1M from DNSBL list won't do any change!

- Within Web Proxy, while filtering works perfectly on the selected categories under Remote Access Control List, I failed to get SafeSearch to run through Unbound DNS, and Web Proxy turns off if BIND is enabled.

I don't know what I'm missing, or if there's a better approach to implement both G. SafeSearch & web filtering without using CA.

Thanks for your time & support

After researching in forum, and based on the advice of some members, I disregarded BIND.

Achieved google safesearch: uploaded the list using Shell, then applying the contents by adding the file path in the advanced section of Unbound (I hope there will be an alternative once this section is discontinued in the future)

Web filtering: works fine using Web Proxy, with no conflict with Unbound


Quote from: mimugmail on March 04, 2021, 03:57:51 PM
Or you use community repo and install AdGuardHome https://github.com/mimugmail/opn-repo

That is actually useful, I am surprised there's no much detailed tutorials about AdGuard on this Forum.

I managed to activate it even with web proxy and both are works great, but I found that a user can bypass AdGuard if manually applied a public dns on his end, although no dns used on the firewall setting except the router_ip. I wonder if there is a way to fix this ..

Thanks in advance

You can port forward every DNS request to Internet  to AGH :)

Quote from: mimugmail on March 26, 2021, 07:38:32 PM
You can port forward every DNS request to Internet  to AGH :)

Perfect. THANK YOU