Replies: 2 comments
|
Your intended design is supported, but the important detail is the zone type: Technitium's own SafeSearch recipe is exactly:
The maintained instructions are here (the post was updated in December 2025):
I would check this in the following order:
That split is useful:
Your exported Disclosure: I used OpenAI Codex to inspect the current Technitium documentation and source/UI handling for |
|
Thanks for the post. The conditional forwarder zone feature implementation does not allow going back or switching to another conditional forwarder zone. Thus its not picking up FWD records from your root zone. What you can do instead is, delete the Try that and let me know if that worked. |
Uh oh!
There was an error while loading. Please reload this page.
I'm looking forward forcing users to use SafeSearch in Google, as I currently have with AdGuardHome. To do so, I created the following zone:
My idea is:
User queries google.com -> Technitium aliases to forcesafesearch.google.com -> As zone doesn't have A entry, query is redirected to root zone -> Root zone forwards to external DNS.
However, this last step doesn't work. This is my root zone:
If I query any other site (not Google), the server answers successfully, so my forwarding is set up correctly.
In settings > Proxy & Forwarders I don't have anything set up, since, as you can see from my root zone, I want to use different forwarding protocols, which is not possible to configure directly there.
The only thing that I believe might be involved is that my server listens in port 54, but using 53 doesn't seem to change a thing.
Thank you very much in advance.
All reactions