From e196c5f873ecb6c2da299fb54c0e32f53b98c74f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 15 Mar 2024 20:32:35 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-wireguard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/images/docker-wireguard.md b/docs/images/docker-wireguard.md index 180c4a90a4..6f6d388dad 100644 --- a/docs/images/docker-wireguard.md +++ b/docs/images/docker-wireguard.md @@ -380,6 +380,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **10.03.24:** - Use iptables-legacy on Alpine 3.19. * **05.03.24:** - Rebase master to Alpine 3.19. * **03.10.23:** - **Potentially Breaking Change:** Support for multiple interfaces added. Wireguard confs moved to `/config/wg_confs/`. Any file with a `.conf` extension in that folder will be treated as a live tunnel config and will be attempted to start. If any of the tunnels fail, all tunnels will be stopped. Tunnels are started in alphabetical order. Managed server conf will continue to be hardcoded to `wg0.conf`. * **28.06.23:** - Rebase master to Alpine 3.18 again.