[GH-ISSUE #1889] ExpressVPN internet issues (resolv.conf) #1270

Closed
opened 2026-05-05 07:45:39 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @vguarnaccia on GitHub (Apr 15, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1889

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 add whitelist /var/lib/expressvpn/resolv.conf to whitelist-var-common.local.

Originally created by @vguarnaccia on GitHub (Apr 15, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1889 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 add `whitelist /var/lib/expressvpn/resolv.conf` to `whitelist-var-common.local`.
gitea-mirror 2026-05-05 07:45:39 -06:00
Author
Owner

@vguarnaccia commented on GitHub (Apr 20, 2018):

In order to use the browser plugin, one should whitelist all of /var/lib/expressvpn/.

<!-- gh-comment-id:382934043 --> @vguarnaccia commented on GitHub (Apr 20, 2018): In order to use the browser plugin, one should whitelist all of `/var/lib/expressvpn/`.
Author
Owner

@SkewedZeppelin commented on GitHub (Apr 22, 2018):

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.

<!-- gh-comment-id:383343814 --> @SkewedZeppelin commented on GitHub (Apr 22, 2018): 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.
Author
Owner

@vguarnaccia commented on GitHub (Apr 22, 2018):

Do you think I should do so for security or performance reasons?

Thanks for replying.

<!-- gh-comment-id:383345804 --> @vguarnaccia commented on GitHub (Apr 22, 2018): Do you think I should do so for security or performance reasons? Thanks for replying.
Author
Owner

@SkewedZeppelin commented on GitHub (Apr 22, 2018):

Assuming for example that it is just an (potentially outdated) OpenVPN client + wrapper:

Security: Newer versions might have more bugfixes.
Performance: Newer versions might have more optimizations
Privacy: You don't necessarily know what else the client might be doing
Your distro's version might also have more aggressive compiler options set which can be more secure (-fstack -fpie -fpic) and/or more performant (-O3)
etc.

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 😀

<!-- gh-comment-id:383349155 --> @SkewedZeppelin commented on GitHub (Apr 22, 2018): Assuming for example that it is just an (potentially outdated) OpenVPN client + wrapper: Security: Newer versions might have more bugfixes. Performance: Newer versions might have more optimizations Privacy: You don't necessarily know what else the client might be doing Your distro's version might also have more aggressive compiler options set which can be more secure (-fstack -fpie -fpic) and/or more performant (-O3) etc. 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 :grinning:
Author
Owner

@chiraag-nataraj commented on GitHub (May 2, 2018):

@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

<!-- gh-comment-id:385984549 --> @chiraag-nataraj commented on GitHub (May 2, 2018): @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1270
No description provided.