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
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.
The text was updated successfully, but these errors were encountered:
chancez
changed the title
Specify upstream when dns proxy isn't enabled
Specify DNS upstream when dns proxy isn't enabled
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
config pointing to DNS proxyDNS
config not being setDesired behavior:
DNS
config pointing to DNS proxyDNS
config being set to upstreamDNS
config not being set.The text was updated successfully, but these errors were encountered: