Self hosted Split Tunnel VPN

Hi,

I know that many commercial VPN providers support application based split-tunneling where you can choose the desired .exe file or game and only this specific traffic will route through the VPN. Is there any way to do this while self hosting? I wouldn’t care much about the VPN-type since I’m doing this only to circumvent awful peering of my ISP and not for privacy reasons.

I know that nearly all VPN clients support only routing specific IPs through the tunnel, but I specifically need app based tunneling since the IPs are always subject to change and getting all of them for any online game I play would be a pain.

I wouldn’t like to subscribe a commercial provider just to get split tunneling if I could do it for free with my own server that is available anyways.

Thanks for any hints!

Seriously, if you wanna get this done in an hour, I highly recommend this script: GitHub - hwdsl2/setup-ipsec-vpn: Scripts to build your own IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2 and a digital ocean droplet (specifically, Ubuntu 18.04 x86 image with 1 gig memory. Around 5 bucks a month) it’s a painless setup and you should be able to configure a system wide setup rather than an app

Hi, you can do application based split-tunneling with https://github.com/TunnlTo/desktop-app

Holy, seems like that is exactly what I waited for for more than 6 months. Will give it a shot :smiley: