From eef1a03078688331dc5bd69dd7346ec2f1f17547 Mon Sep 17 00:00:00 2001 From: binhex Date: Thu, 8 Oct 2020 10:09:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dadd0f..5141acb 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ Once you have downloaded the zip (normally a zip as they contain multiple ovpn f If there are multiple ovpn files then please delete the ones you don't want to use (normally filename follows location of the endpoint) leaving just a single ovpn file and the certificates referenced in the ovpn file (certificates will normally have a crt and/or pem extension). **WireGuard** -Due to the enhanced security and kernel integration, WireGuard will require the container to be defined with privileged permissions, so please ensure you change the following -from:- +If you wish to use WireGuard (defined via 'VPN_CLIENT' env var value ) then due to the enhanced security and kernel integration WireGuard will require the container to be defined with privileged permissions, so please ensure you change the following docker flag:- +from ``` --cap-add=NET_ADMIN \ ```