Skip to content

Setup for running protonvpn inside a docker container

Notifications You must be signed in to change notification settings

krey/protonvpn-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protonvpn-docker

Setup for running protonvpn inside a docker container

To build image, edit the configuration in config.sh and then run

docker image build . -t protonvpn-docker

To run image, run

docker-compose run --service-ports protonvpn-docker

If it complains about iptables, you should do

sudo modprobe ip6table_filter

on the host (see https://ilhicas.com/2018/04/08/Fixing-do-you-need-insmod.html)

To test, run

curl -x socks5h://127.0.0.1:1080 https://www.youtube.com

About

Setup for running protonvpn inside a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published