Added Date to server peer information

This commit is contained in:
Stephen Toth 2023-09-02 20:26:02 -05:00
parent 80f1b5a902
commit b5a9d82d86
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ echo "[*] Peer setup lines:"; echo;
cat << EOF | tee "client-$Name.srv"
[Peer]
# $Name #
# $Name `date +"%b %d %Y %T"` #
PublicKey = $(cat "client-$Name.pub")
PresharedKey = $(cat "client-$Name.psk")
AllowedIPs = $Ip/32