1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/pptpd
2015-06-27 20:06:56 +08:00
..
chap-secrets add pptpd 2015-06-27 18:32:24 +08:00
docker-compose.yml update 2015-06-27 19:33:27 +08:00
Dockerfile update 2015-06-27 19:54:14 +08:00
options.pptp update 2015-06-27 19:33:27 +08:00
pptpd.conf update 2015-06-27 20:06:56 +08:00
README.md update 2015-06-27 19:33:27 +08:00

pptpd

This is still a work in progress, a successful connection has not been made.

docker-compose.yml

pptpd:
  image: vimagick/pptpd
  ports:
    - "1723:1723"
  volumes:
    - ./chap-secrets:/etc/ppp/chap-secrets
  privileged: true
  restart: always

You must open the following ports:

  • To allow PPTP tunnel maintenance traffic, open 1723/tcp.
  • To allow PPTP tunneled data to pass through router, open Protocol 47.