You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(error = Invalid header received from client.)
that is completely normal and means privoxy is working as intended, you need to configure your app to use the proxy, it does not have a web ui.
Thanks for your great project. I took your sample config for docker and it runs sabnzbd over port 8080. The IP is that of the OpenVPN file.
Unfortunately I can't call privoxy. Do you have any idea?
(error = Invalid header received from client.)
I just run this code:
docker run -d \ --cap-add=NET_ADMIN \ -p 8080:8080 \ -p 8090:8090 \ -p 8118:8118 \ --name=sabnzbdvpn \ -v /root/docker/data:/data \ -v /root/docker/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=USERNAME \ -e VPN_PASS=PASSWORD \ -e VPN_PROV=pia \ -e VPN_CLIENT=openvpn \ -e STRICT_PORT_FORWARD=no \ -e ENABLE_PRIVOXY=yes \ -e LAN_NETWORK=192.168.178.0/24 \ -e NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1 \ -e ADDITIONAL_PORTS=1194 \ -e DEBUG=false \ -e UMASK=000 \ -e PUID=0 \ -e PGID=0 \ binhex/arch-sabnzbdvpn
Thanks for any help
The text was updated successfully, but these errors were encountered: