walterl / proton-privoxy

Privoxy over ProtonVPN in Docker
MIT License
112 stars 29 forks source link

Allow Advanced Server Filtering #50

Open manuth opened 7 months ago

manuth commented 7 months ago

The linux-cli-community only allows running the fastest server which applies to exactly one filter (such as Secure Core, Pear-to-Peer, Country etc.).

Based on your image (thanks for the great work at this point, it's really of great use to me! 😄), I have created my own one which uses a Python script (and the official ProtonVPN library) for fetching the OpenVPN credentials and filtering servers in order to prepare the environment variables for your script.

Would you be interested in a PR providing the changes I have made?