mirror of
https://github.com/teddysun/across.git
synced 2025-10-17 02:05:34 +08:00
Update comments
This commit is contained in:
@@ -660,6 +660,7 @@ EOF
|
||||
PublicKey = ${CLIENT_PUBLIC_KEY}
|
||||
AllowedIPs = ${CLIENT_WG_IPV4}/32,${CLIENT_WG_IPV6}/128
|
||||
PresharedKey = ${CLIENT_PRE_SHARED_KEY}
|
||||
PersistentKeepalive = 25
|
||||
EOF
|
||||
else
|
||||
cat > ${new_client_if} <<EOF
|
||||
@@ -680,6 +681,7 @@ EOF
|
||||
PublicKey = ${CLIENT_PUBLIC_KEY}
|
||||
AllowedIPs = ${CLIENT_WG_IPV4}/32
|
||||
PresharedKey = ${CLIENT_PRE_SHARED_KEY}
|
||||
PersistentKeepalive = 25
|
||||
EOF
|
||||
fi
|
||||
chmod 600 ${new_client_if}
|
||||
|
Reference in New Issue
Block a user