We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381a663 commit 803edb3Copy full SHA for 803edb3
README.md
@@ -71,7 +71,7 @@ services:
71
|`-e PUID=1000`|for UserID - see below for explanation|
72
|`-e PGID=1000`|for GroupID - see below for explanation|
73
|`-e OVPN_NFW=true`|Disable any firewall related rules to be created, modified ... (must be implemented in example)|
74
-|`-e OVPN_PERINT=false`|Disable persistent TUN interface|
+|`-e OVPN_PERINT=true`|Enable persistent TUN interface|
75
|`-v /config`|All the config files including OpenVPNs reside here|
76
77
See also: [EasyRSA](https://github.com/OpenVPN/easy-rsa/blob/master/doc/EasyRSA-Advanced.md)
0 commit comments