Document gluetun unhealthy caused by stale WireGuard endpoint IP
Note re-resolving provider endpoints and PersistentKeepalive when the tunnel sets up but healthchecks fail with DNS i/o timeouts.
This commit is contained in:
parent
90f3cf62c5
commit
b55754ee49
2 changed files with 7 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ Images are from **GHCR** (`ghcr.io/all-hands-ai/...`); the old `docker.all-hands
|
|||
### Manual config (once)
|
||||
|
||||
**qBittorrent** — temp password in `docker logs qbittorrent`; user `admin`.
|
||||
Advanced → Network interface: `tun0`.
|
||||
Advanced → Network interface: `tun0`.
|
||||
Depends on **gluetun** healthy. If gluetun is unhealthy with `lookup … i/o timeout`, WireGuard is not passing traffic — usually a **stale Endpoint IP** in `wireguard/wg0.conf`. Re-resolve the provider hostname (`dig +short …`), update `Endpoint`, add `PersistentKeepalive = 25`, then `docker compose up -d gluetun --force-recreate`.
|
||||
|
||||
Default save path + categories (WebUI):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue