From 22dc642ffece7b88929527855dbfc101fed5f9fe Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 30 Nov 2022 23:23:49 +0100 Subject: [PATCH] Edit README, add show-client command --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fc20f86..d4f0ff4 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ $ docker-compose run wg add-client This will create new client configuration and adds peer configuration to server config file. +### Show client config + +Run command to show client configuration and QR code. + +``` +$ docker-compose run wg show-client 1 +``` + ### Remove client Stop the service and run