2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 11:34:57 +01:00
Files
dockerfiles_vimagick/pptpd/README.md
2015-06-28 10:39:46 +08:00

508 B

pptpd

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

docker-compose.yml

pptpd:
  image: vimagick/pptpd
  volumes:
    - ./pptpd.conf:/etc/pptpd.conf
    - ./options.pptp:/etc/ppp/options.pptp
    - ./chap-secrets:/etc/ppp/chap-secrets
  net: host
  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.