When gluetun is unhealthy, re-dig the WireGuard peer hostname, update wg0.conf Endpoint, recreate gluetun then qbittorrent, and verify the VPN exit IP. Keeps torrent path alive when provider endpoints rotate.
12 lines
209 B
Django/Jinja
12 lines
209 B
Django/Jinja
[Unit]
|
|
Description=Run gluetun endpoint watch every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=2min
|
|
OnUnitActiveSec=5min
|
|
AccuracySec=30s
|
|
Persistent=true
|
|
Unit=gluetun-endpoint-watch.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|