I am using Syncthing with 2 computers and 2 cell phones. I would like to sync these only when they are on the same wifi network at the same time … never over the internet. I can’t seem to find a setting that would make this happen.
Any advice?
I am using Syncthing with 2 computers and 2 cell phones. I would like to sync these only when they are on the same wifi network at the same time … never over the internet. I can’t seem to find a setting that would make this happen.
Any advice?
Disable global discovery.
In addition to disabling global discovery you also need to disable kcp (or at least stun by setting stunKeepaliveSeconds
to 0).
Thanks. Disabling Global Discovery was easy, but I can’t see anything about kcp on my Android. Do you have more detail on this?
Not that. There should be an “Stun Keepalive Seconds” in the same view that you need to set to 0.
It disables stun lookup, which is used to connect to other devices by kcp thus disabling it. Maybe there is an easier way to disable kcp alltogether, but I wouldn’t know how from the top of my head.
Changing your listen address from default
to tcp://0.0.0.0:22000
disables KCP and relay.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.