diff --git a/wireguard/deploy-wg-clients.sh b/wireguard/deploy-wg-clients.sh index 7a69997..56d5863 100755 --- a/wireguard/deploy-wg-clients.sh +++ b/wireguard/deploy-wg-clients.sh @@ -24,6 +24,8 @@ PersistentKeepalive = 25" > /etc/wireguard/wg0.conf systemctl enable wg-quick@wg0.service && systemctl daemon-reload && systemctl start wg-quick@wg0 +ping -c1 192.168.25.1 + echo -n "Clé publique : " cat /etc/wireguard/keys/public.key exit 0; \ No newline at end of file