From 76e151fc9141ef3ccbafc22c62985a30afb54b02 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Aug 2026 18:42:02 +0300 Subject: Add WireGuard fallback for mirror sync Amp-Thread-ID: https://ampcode.com/threads/T-019fc31d-668a-769a-8dc8-554ecbd6a274 Co-authored-by: Amp --- internal/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config') diff --git a/internal/config/config.go b/internal/config/config.go index d2042f5..0423be2 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -29,6 +29,7 @@ type Config struct { // SyncTargets are the remote hostnames to rsync to when Sync is true. // Defaults to ["pi0.lan.buetow.org", "pi1.lan.buetow.org"]. + // The default targets fall back to pi0.wg0 and pi1.wg0 when unreachable. // Override with SNONUX_SYNC_TARGETS env var (comma-separated). SyncTargets []string -- cgit v1.2.3