Would come from Pihole, but am unable to replicate its configuration in Technitium #1445
-
Hi!
The Pihole setup is pretty easy. Then, for each service to be accessed locally (as in on lan and tailscale), I just added CNAME records, like: Of course each entry has its own "proxy host" in nginx, with the target IP:PORT and my wildcard cert for "terra.top" for HTTPS. I would very much like to replicate this setup in Technitium so I can switch to it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for asking. You can achieve the same by creating a Conditional Forwarder zone for Let me know if you have any more queries. |
Beta Was this translation helpful? Give feedback.
Thanks for asking. You can achieve the same by creating a Conditional Forwarder zone for
terra.top
with forwarder set to "This Server" and adding the required A or CNAME records in that zone. Any record that does not exists in the zone gets automatically resolved normally as defined in the FWD record in that zone which should be set to "This Server" so that resolution is done internally by the DNS server.Let me know if you have any more queries.