list all wireguard clients

This commit is contained in:
elieobeid7 2022-01-12 16:14:43 +04:00
parent fc0c29cc3d
commit 1aec80d4c9

View file

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