summaryrefslogtreecommitdiff
path: root/images/obfsvpn/Dockerfile
AgeCommit message (Collapse)Author
2022-07-29relax dep on Dockerfileatanarjuat
2022-07-28add Dockerfile and scripts for containerized obfsvpnAnjan Nath
This is based on github.com/dockovpn/docker-openvpn repository, it adds the obfsvpn-server binary and config file to the original image a directory can be bind mounted to /opt/Dockovpn_data to persist data client.ovpn config file is created in /opt/Dockovpn/client/<client-id>/client.ovpn it recognises the following environment variables: OBFS4_HOST = 0.0.0.0 (default) # This is the OBFS4 server endpoint OBFS4_PORT = 4430 HOST_ADDR = localhost # openvpn gateway ip PORT = 5540 # openvpn GW port PROTO = tcp # openvpn proto