1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 13:00:48 +00:00

list all wireguard clients

This commit is contained in:
elieobeid7 2022-01-12 16:17:28 +04:00
parent 1aec80d4c9
commit 80cdcde992

View File

@ -337,7 +337,7 @@ function listClients() {
fi
grep -E "^### Client" "/etc/wireguard/${SERVER_WG_NIC}.conf" | cut -d ' ' -f 3 | nl -s ') '
done
exit 1
}