From c3e7cedcb923a55d4deb85db48b9a1b7e445d3b4 Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Thu, 9 Jul 2020 17:04:44 +0200 Subject: [PATCH] For webhook test --- wireguard/deploy-wg-clients.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wireguard/deploy-wg-clients.sh b/wireguard/deploy-wg-clients.sh index 88c6f79..2b56fac 100755 --- a/wireguard/deploy-wg-clients.sh +++ b/wireguard/deploy-wg-clients.sh @@ -11,6 +11,7 @@ fi mkdir -p /etc/wireguard/keys umask 077 && wg genkey > /etc/wireguard/keys/private.key && wg pubkey < /etc/wireguard/keys/private.key > /etc/wireguard/keys/public.key && umask 0022 + # Calculate IPv4 and IPv6 address IP4="10.17.25.$IP" IP6="fd42:42:42:25"`printf '%.2x\n' $IP`"::"