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
There seems to be an issue that some uses run in to where domain overrides in Unbound might point to DNS servers that are forwarders themselves (i.e. another OPNSense box with its own overrides and zones). Unbound stub-zones don't allow this as they can only point to authoritative name servers.
The forward-zone option does the same thing but allows non-authoritative to be used instead of just returning a SERVFAIL to the client.
The text was updated successfully, but these errors were encountered:
There seems to be an issue that some uses run in to where domain overrides in Unbound might point to DNS servers that are forwarders themselves (i.e. another OPNSense box with its own overrides and zones). Unbound stub-zones don't allow this as they can only point to authoritative name servers.
The forward-zone option does the same thing but allows non-authoritative to be used instead of just returning a SERVFAIL to the client.
The text was updated successfully, but these errors were encountered: