Make sure gateway address is set

This commit is contained in:
Bolke de Bruin 2022-09-08 09:41:52 +02:00
parent 090a5797d0
commit 96030f79f3

View file

@ -110,6 +110,7 @@ func main() {
BandwidthAutoDetect: conf.Client.BandwidthAutoDetect,
ConnectionType: conf.Client.ConnectionType,
},
GatewayAddress: url,
}
if conf.Caps.TokenAuth {