Skip to content

shumoapp/docker-vpn-pptp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPN (PPTP) for Docker

This is a docker image with simple VPN (PPTP) server.

This container will write a /etc/ppp/chap-secrets file based on the following env variables which must be set: $client $server $secret $acceptable_local_ip_addresses

Starting VPN server

To start VPN server as a docker container run:

docker run -ti --net=host --privileged -p 1723:1723 -e client=some_user -e server=* -e secret=password -e acceptable_local_ip_addresses=* mmontagna/docker-vpn-pptp

Based on: https://github.com/mobtitude/docker-vpn-pptp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%