This commit is contained in:
Donald Zou
2024-11-07 14:56:02 +08:00
parent 6ff286f9b4
commit d425cfe1aa
2 changed files with 0 additions and 68 deletions

View File

@@ -1,7 +0,0 @@
for ((i = 0 ; i<$1 ; i++ ))
do
privateKey=$(wg genkey)
presharedKey=$(wg genkey)
publicKey=$(wg pubkey <<< "$privateKey")
echo "$privateKey,$publicKey,$presharedKey"
done