From b6d2d7c2e9f49a68585c46a503c12aa62d125b74 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 2 Oct 2019 10:53:53 +0200 Subject: [PATCH] Add explanation of how to use this image --- openvpn/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openvpn/README.md b/openvpn/README.md index 920802f..6985fce 100644 --- a/openvpn/README.md +++ b/openvpn/README.md @@ -10,6 +10,10 @@ iptables is called on startup (`/run.sh`) and configures the NAT table to aply M `VPN_POOLS` should contain a list of IP pools, separated by comma. For example: `10.0.0.0/16 10.1.0.0/16` +# Usage + +You should map your configuration as "/server.ovpn". + # Links - [OpenVPN](https://openvpn.net/)