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
If VPNDNS is not specified then the container defaults to using PIA's. The container log should show: Using PIA DNS servers: 10.0.0.243,10.0.0.242
Otherwise check /etc/resolv.conf to confirm whats being used once the vpn is up.
One thing that comes to mind is if that overlaps with a LOCAL_NETWORK range then it might end up inaccessible.
I'll test but that must be the cause because 10.0.0.0/24 is my own wireguard VPN network range, indeed what I added in compose as well. This must be the culprit!
I guess I either change my VPN address range or instead use my own DNS server (Adguard Home with Klutchell Unbound image, as my upstream DNS server).
Pinging an IP address works fine, but pinging a domain does not. NSlookup is not possible.
Strange right?
I did not set the
VPNDNS
variable in Compose. I expect this not to be necessary, its optional and PIA has its own DNS.When I do set
VPNDNS
to my own dns server or a public one, nslookup works.Did something change at PIA side and does this container require updating to make PIA own DNS work again?
The text was updated successfully, but these errors were encountered: