remove quotes around server config AllowedIps
This commit is contained in:
parent
f16041cedd
commit
80f1b5a902
|
|
@ -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\""
|
||||
|
|
|
|||
Loading…
Reference in New Issue