This container provides a Privoxy proxy and a SOCKS5 proxy. It is useful for sharing a VPN connection among computers in your home network, especially since VPN providers, like NordVPN, often impose a limit on simultaneous connections (e.g., NordVPN limits it to 5 connections).
For user.action and filter.action, you need to enable them in the configuration file. Note that this only works if you have set up certificate files in Privoxy. However, I tend to avoid this approach as it overloads the server. That is, this will only work if the connection does not use "https".
docker-compose down && docker-compose up -d
docker-compose up --build -d
Execute as admin
netsh advfirewall firewall add rule name="Abrir Porta 8118" dir=in action=allow protocol=TCP localport=8118
netsh advfirewall firewall add rule name="Abrir Porta 5000" dir=in action=allow protocol=TCP localport=5000
netsh advfirewall firewall add rule name="Abrir Porta 5022" dir=in action=allow protocol=TCP localport=5022
To access by ssh type:
ssh prvxy@server_ip -p 5022
you need to put your public key in file authorized_access in root of project. The software will copy this file to container.