Search found 1 match
- Thu Oct 10, 2024 1:58 pm
- Forum: Support
- Topic: Have torrent traffic ONLY use PIA - but allow webui be accessed both inside and outside my home network
- Replies: 1
- Views: 5629
Have torrent traffic ONLY use PIA - but allow webui be accessed both inside and outside my home network
I have a linux station that is ran under a user named "deluge" i have it in iptables set up this way: iptables -t mangle -A OUTPUT -m owner --uid-owner deluge -j MARK --set-mark 0x1 Afterwards I have a script that does this: VPN KILLSWITCH #!/bin/bash OLD_IP=$(cat /etc/VPN_TO_CHECK.txt) NE...