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
I have a local DNS resolver that I use to access local resources. Gate sentry must forward requests through this resolver or my local resources become inaccessble.
Some users may be unwilling to hand over all their DNS queries to Google.
The text was updated successfully, but these errors were encountered:
Currently the external resolver is hard coded to 8.8.8.8 (Google public DNS).
https://github.com/fifthsegment/Gatesentry/blob/master/application/dns/server/server.go#L27
Two use cases for this being configurable:
The text was updated successfully, but these errors were encountered: