mirror of
https://github.com/octoleo/syncthing.git
synced 2025-03-21 10:12:21 +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{
|
newDeviceCfg := config.DeviceConfiguration{
|
||||||
DeviceID: id,
|
DeviceID: id,
|
||||||
Compression: true,
|
Compression: true,
|
||||||
|
Addresses: []string{"dynamic"},
|
||||||
}
|
}
|
||||||
|
|
||||||
// The introducers' introducers are also our introducers.
|
// The introducers' introducers are also our introducers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user