this post was submitted on 18 Jul 2025
1 points (100.0% liked)

Mullvad VPN

32 readers
3 users here now

The unofficial community subreddit for Mullvad VPN.

founded 2 years ago
MODERATORS
 
The original post: /r/mullvadvpn by /u/GuitaristKitten on 2025-07-11 02:03:06.

I'm new Mullvad user, and I'd like to use VPN with inclusive split tunneling. The official app only supports exclusive split tunneling which doesn't fit on my usage. Most of the content I want to access is available to me.

I trid to connect to VPN without the official APP using wireguard config file. The default behavior is to route everything to VPN. By removing the AllowedIPs field of the config file, it results on no Internet access at all. I bind the qbittorrent client to the VPN interface to test.

Sample of the file above.

[Interface]
PrivateKey = ...
Address = 10.71.XXX.XXX/32,fc00:bbbb:bbbb:XXXX::XXXX:XXXX/128
DNS = 10.64.0.1

[Peer]
PublicKey = ...
AllowedIPs = 0.0.0.0/0,::0/0
Endpoint = 149.88.XXX.XXX:51XXX

Is it possible connect without route all traffic to VPN, and how I can do this?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here