From 5c145ae1e65de09dc5a5e44d050b2fadf16b35d7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 28 Apr 2020 18:13:20 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-wireguard.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-wireguard.md b/images/docker-wireguard.md index 3628a7e628..dcf2315825 100755 --- a/images/docker-wireguard.md +++ b/images/docker-wireguard.md @@ -155,7 +155,7 @@ If the environment variable `PEERS` is set to a number, the container will run i Variables `SERVERURL`, `SERVERPORT`, `INTERNAL_SUBNET` and `PEERDNS` are optional variables used for server mode. Any changes to these environment variables will trigger regeneration of server and peer confs. Peer/client confs will be recreated with existing private/public keys. Delete the peer folders for the keys to be recreated along with the confs. -To add more peers/clients later on, you can run `docker exec -it wireguard /app/add-peer` while the container is running. +To add more peers/clients later on, you increment the `PEERS` environment variable and recreate the container. To display the QR codes of active peers again, you can use the following command and list the peer numbers as arguments: `docker exec -it wireguard /app/show-peer 1 4 5` (Keep in mind that the QR codes are also stored as PNGs in the config folder). @@ -184,6 +184,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **28.04.20:** - Add Buster/Stretch backports repos for Debian. Tested with OMV 5 and OMV 4 (on kernel 4.19.0-0.bpo.8-amd64). * **20.04.20:** - Fix typo in client mode conf existence check. * **13.04.20:** - Fix bug that forced conf recreation on every start. * **08.04.20:** - Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops).