syncthing: Fix "Host check error"

This commit is contained in:
SebastianStork 2026-02-27 13:34:35 +01:00
parent 1c1b9221fc
commit 203b77860f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -121,6 +121,8 @@ in
urAccepted = -1; urAccepted = -1;
autoUpgradeIntervalH = 0; autoUpgradeIntervalH = 0;
}; };
gui.insecureSkipHostcheck = true;
}; };
}; };