You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to configure the DNS zones similar to the Conditional Forwarding Zones in Technitium?
I would like to configure a dns zone for example.com to use an arbitrary combination of handlers and then, should there be no answer returned from these handlers, have the query sent to a default handler.
From a fresh install:
dig example.com @<<gravity ip address>>:53 - returns the correct IP address for example.com
Create example.com zone with only memory and etcd forwarders
dig example.com @<<gravity ip address>>:53 - returns NXDOMAIN
Add forward_ip handler to 1.1.1.1:53 to example.com zone - returns the correct IP address for example.com
I think, essentially, I would prefer to not have to add a forwarder to every zone and just configure my default forwarder once while still retaining the ability to forward specific zones to different DNS services.
Is this possible?
The text was updated successfully, but these errors were encountered:
Is there a way to configure the DNS zones similar to the Conditional Forwarding Zones in Technitium?
I would like to configure a dns zone for example.com to use an arbitrary combination of handlers and then, should there be no answer returned from these handlers, have the query sent to a default handler.
From a fresh install:
dig example.com @<<gravity ip address>>:53
- returns the correct IP address for example.comdig example.com @<<gravity ip address>>:53
- returns NXDOMAINI think, essentially, I would prefer to not have to add a forwarder to every zone and just configure my default forwarder once while still retaining the ability to forward specific zones to different DNS services.
Is this possible?
The text was updated successfully, but these errors were encountered: