Skip to content

c01o/protonvpn-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

CAVEAT

To use protonvpn status, you need to install ping.

$ pacman -Syy && pacman -S core/iputils

About

Setup for running protonvpn inside a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 58.6%
  • Shell 41.4%