1
0
mirror of https://github.com/tomeshnet/prototype-cjdns-pi synced 2025-10-05 23:52:49 +02:00

corrected space

This commit is contained in:
darkdrgn2k
2019-02-26 12:56:48 -05:00
committed by GitHub
parent eefedfeac4
commit e03a712554

View File

@@ -12,7 +12,7 @@ fi
if [ -e /etc/yggdrasil.iptunnel.server ]; then
# Add each client to yggdrasil iptunnel allowed connections
while read -r PUBLIC_KEY IP_ADDR; do
if [[ "${PUBLIC_KEY}" =~ ^[0-z]{64}]]; then
if [[ "${PUBLIC_KEY}" =~ ^[0-z]{64} ]]; then
IPv4Destinations="${IPv4Destinations} \"${IP_ADDR}/32\": \"${PUBLIC_KEY}\","
fi
done < /etc/yggdrasil.iptunnel.server