Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify DNS upstream when dns proxy isn't enabled #149

Open
chancez opened this issue Aug 28, 2021 · 0 comments
Open

Specify DNS upstream when dns proxy isn't enabled #149

chancez opened this issue Aug 28, 2021 · 0 comments

Comments

@chancez
Copy link

chancez commented Aug 28, 2021

Currently if the dns proxy is disabled, then the DNS config isnt set in the WG config. I don't want to use the DNS proxy, but I do want to specify my DNS upstream.

Current behavior:

  • dns.enabled=true results in DNS config pointing to DNS proxy
  • dns.enabled=false results in DNS config not being set

Desired behavior:

  • dns.enabled=true results in DNS config pointing to DNS proxy
  • dns.enabled=false and dns.upstream != "" results in DNS config being set to upstream
  • dns.enabled=false and dns.upstream="" results in DNS config not being set.
@chancez chancez changed the title Specify upstream when dns proxy isn't enabled Specify DNS upstream when dns proxy isn't enabled Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant