mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-04-21 08:06:54 +02:00
5 lines
158 B
Bash
Executable file
5 lines
158 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
[[ $(head -c 32 /dev/zero | base64 | wg pubkey) == "L+V9o0fNYkMVKNqsX7spBzD/9oSvxM/C7ZCZX1jLO3Q=" ]]
|
|
[[ $(wg genpsk) != "$(wg genpsk)" ]]
|