mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-13 04:19:19 +02:00
Make sure gateway address is set
This commit is contained in:
parent
090a5797d0
commit
96030f79f3
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ func main() {
|
||||||
BandwidthAutoDetect: conf.Client.BandwidthAutoDetect,
|
BandwidthAutoDetect: conf.Client.BandwidthAutoDetect,
|
||||||
ConnectionType: conf.Client.ConnectionType,
|
ConnectionType: conf.Client.ConnectionType,
|
||||||
},
|
},
|
||||||
|
GatewayAddress: url,
|
||||||
}
|
}
|
||||||
|
|
||||||
if conf.Caps.TokenAuth {
|
if conf.Caps.TokenAuth {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue