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 #
|
# $Name #
|
||||||
PublicKey = $(cat "client-$Name.pub")
|
PublicKey = $(cat "client-$Name.pub")
|
||||||
PresharedKey = $(cat "client-$Name.psk")
|
PresharedKey = $(cat "client-$Name.psk")
|
||||||
AllowedIPs = "$Ip/32"
|
AllowedIPs = $Ip/32
|
||||||
EOF
|
EOF
|
||||||
echo;
|
echo;
|
||||||
echo "[*] Generated server lines and outputed to file \"${OutputDir}client-$Name.srv\""
|
echo "[*] Generated server lines and outputed to file \"${OutputDir}client-$Name.srv\""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue