From 65542dc855e052c8a16728dcbcc391647f56bdad Mon Sep 17 00:00:00 2001 From: debian Date: Fri, 20 Mar 2026 11:47:33 +0100 Subject: [PATCH] typo fix --- docs/content/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index be01d29b..1a66be61 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -110,7 +110,7 @@ To resolve this issue, you can try the following steps: echo "ip6table_filter" | sudo tee -a /etc/modules ``` -## clients lose connectivity after restarting the container when using multiple networks? +## Clients lose connectivity after restarting the container when using multiple networks? When you attach multiple Docker networks (e.g., `wg` and a reverse proxy network like `traefik` or `nginx`) to the `wg-easy` container, Docker might assign the network interfaces randomly (e.g., swapping `eth0` and `eth1`). Since `wg-easy` expects the wireguard interface to act as `eth0` and configures `POSTROUTING` rules for it, connectivity will break if the interfaces are swapped upon container restart.