mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-07-02 23:32:54 +00:00
Add command to list server and all clients by creation date
This commit is contained in:
@ -36,6 +36,11 @@ case "$1" in
|
||||
/scripts/show-client.sh $2
|
||||
exit 0
|
||||
;;
|
||||
'ls-configs')
|
||||
cd /etc/wireguard
|
||||
/scripts/ls-configs.sh
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Starting wg-quick on $DEVICE"
|
||||
touch "${WG_LOG_FILE}"
|
||||
|
Reference in New Issue
Block a user