Hi guys,
Just wondering is there any tool/docker/method to setup a proxy server that support PAC?
What I want to do is let my qbittorrent to connect trackers via VPN (which is standard now under my configuration) except some certain trackers. (What I want to archive)
For example, all trackers go with VPN but only *.abc.com goes with native IP.
The reason is I use qbittorrent-with-VPN docker, some private trackers will mark my VPN IP as a seedbox so I don't get free seeds. I found a solution: Setup a proxy server outside the container and in qbittorrent settings let the tracker connection to go through the outside proxy server, which is actually my native IP. P2P connections still go with internal VPN. That solve the problem, but I don't want all trackers to go with native IP, especially public trackers.
Let me know your ideas. Thanks.