These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
866 B

  1. # OpenVPN
  2. This is a dockerized version of a OpenVPN server.
  3. The official container and documentation was made by [kylemanna](https://hub.docker.com/r/kylemanna/openvpn).
  4. ## Volumes
  5. Set the following volumes with the -v tag.
  6. | Volume-Name | Container mount | Description |
  7. | ---------------- | --------------- | ------------------------ |
  8. | ovpn | /etc/openvpn | storage for openvpn data |
  9. ## Ports
  10. Set the following ports with the -p tag.
  11. | Container Port | Recommended outside port | Protocol | Description |
  12. | -------------- | ------------------------ | -------- | ------------ |
  13. | 1194 | 1194 | UDP | openvpn port |
  14. ## Additional
  15. There are some special variables to set.
  16. | Flag | Usage |
  17. | --------- | ---------------------- |
  18. | --cap-add | add linux capabilities |