From b8d14bee7744a78e98988b495cc9b89f53e8d2d3 Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Thu, 23 May 2019 19:46:18 +0200 Subject: [PATCH] useless feature while using docker --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index f820cac..5438e7d 100755 --- a/init.sh +++ b/init.sh @@ -27,7 +27,7 @@ function setup_iptables() { iptables -t nat -$1 POSTROUTING -s $ADDRESS -o $PHY_IF -j MASQUERADE; } -/usr/bin/boringtun $WG_IF +/usr/bin/boringtun --disable-drop-privileges $WG_IF if [ ! -f "/etc/wireguard/$WG_IF.conf" ]; then mkdir -p /etc/wireguard/keys