-
Notifications
You must be signed in to change notification settings - Fork 588
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
ExpressVPN internet issues (resolv.conf) #1889
Comments
In order to use the browser plugin, one should whitelist all of |
If at all possible I'd recommend you instead use the native/real clients directly instead of using a wrapper as provided. ie. use OpenVPN or the NetworkManager VPN modules instead of the VPN providers program. |
Do you think I should do so for security or performance reasons? Thanks for replying. |
Assuming for example that it is just an (potentially outdated) OpenVPN client + wrapper: Security: Newer versions might have more bugfixes. at the same time the wrapper might be making extra changes to ensure that it is correctly working (ie. no dns leaks) you gain some you lose some 😀 |
@SkewedZeppelin Completely OT, but this is why I've set up a mini router which sets up my VPN and ensures there are no DNS leaks and stuff. That way, I just let my laptop connect as normal without VPN. As a side bonus, anything which connects to the hotspot goes through the VPN :D |
Not sure if this is the best place to post this but I had an issue with the internet when using Firejail in conjunction with ExpressVPN.
After much troubling shooting, I realize it's because ExpressVPN symlinks
/etc/resolv.conf
->/var/lib/expressvpn/resolv.conf
. Ergo, I have to addwhitelist /var/lib/expressvpn/resolv.conf
towhitelist-var-common.local
.The text was updated successfully, but these errors were encountered: