Browse Source

Fixed first ping IP address

pull/1/head
Julien Escario 4 years ago
parent
commit
fb0d69c19a
  1. 2
      wireguard/deploy-wg-clients.sh

2
wireguard/deploy-wg-clients.sh

@ -52,6 +52,6 @@ read -n1 -r -p "Press space only AFTER configuration is done ..."
systemctl enable wg-quick@vpnaltinea.service && systemctl daemon-reload && systemctl start wg-quick@vpnaltinea
# Run a ping to make the interface usable
ping -c1 192.168.25.1
ping -c1 10.17.25.1
exit 0;
Loading…
Cancel
Save