This is a simple docker image for PowerTunnel. PowerTunnel is a proxy server which allow bypassing of deep packet inspection some ISP use to block internet access.
docker run -p 8085:8085 -v /sample-config:/config jrandiny/powertunnel:latest
Then configure your browser proxy configuration to localhost:8085
Please mount a folder with the required configuration on /config
. Example configuration for bypassing Netflix DPI (From bebasid) is provided in sample-config
folder. Please don't change the internal port and ip configuration, instead use docker port binding to change port number.