From 80f1b5a9028440c9088054b0a1d383d0defdf183 Mon Sep 17 00:00:00 2001 From: Stephen Toth Date: Sat, 2 Sep 2023 20:13:10 -0500 Subject: [PATCH] remove quotes around server config AllowedIps --- 1genconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1genconfig.sh b/1genconfig.sh index 42c7da2..c1ae39e 100755 --- a/1genconfig.sh +++ b/1genconfig.sh @@ -45,7 +45,7 @@ cat << EOF | tee "client-$Name.srv" # $Name # PublicKey = $(cat "client-$Name.pub") PresharedKey = $(cat "client-$Name.psk") -AllowedIPs = "$Ip/32" +AllowedIPs = $Ip/32 EOF echo; echo "[*] Generated server lines and outputed to file \"${OutputDir}client-$Name.srv\""