mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 14:48:30 +00:00
Devices added by introducer should have dynamic address (fixes #866)
This commit is contained in:
parent
ce31cb072b
commit
c55fee69de
@ -561,6 +561,7 @@ func (m *Model) ClusterConfig(deviceID protocol.DeviceID, cm protocol.ClusterCon
|
||||
newDeviceCfg := config.DeviceConfiguration{
|
||||
DeviceID: id,
|
||||
Compression: true,
|
||||
Addresses: []string{"dynamic"},
|
||||
}
|
||||
|
||||
// The introducers' introducers are also our introducers.
|
||||
|
Loading…
x
Reference in New Issue
Block a user