mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Update wireguard-install.sh
This commit is contained in:
parent
b902889ad3
commit
382e04329c
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ mkdir /etc/wireguard > /dev/null 2>&1
|
|||
SERVER_PRIV_KEY=$(wg genkey)
|
||||
SERVER_PUB_KEY=$(echo "$SERVER_PRIV_KEY" | wg pubkey)
|
||||
|
||||
# Generate key pair for the server
|
||||
# Generate key pair for the client
|
||||
CLIENT_PRIV_KEY=$(wg genkey)
|
||||
CLIENT_PUB_KEY=$(echo "$CLIENT_PRIV_KEY" | wg pubkey)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue