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" cat << EOF | tee "client-$Name.srv"
[Peer] [Peer]
# $Name # # $Name `date +"%b %d %Y %T"` #
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