kluppy
(Kluppy)
December 18, 2015, 2:58pm
1
Is there a setting to tell Syncthing what address to announce to the global announce server?
If not does Syncthing just send the listen address or blank if the address is set to 0.0.0.0?
I am asking because it seems the ability to tell Syncthing what to announce might help in situations like Trouble setting up a private Discovery and Relay Server .
calmh
(Jakob Borg)
December 18, 2015, 3:04pm
2
Mostly, this:
https://github.com/syncthing/syncthing/blob/master/cmd/syncthing/addresslister.go#L48
In short, your listen addresses if they are public, plus your possibly UPnP mapped port. Unspecified addresses (0.0.0.0 etc) are mapped to your source address by the discovery server.
system
(system)
Closed
January 17, 2016, 3:04pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.