-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
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:
- 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.