mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-07-20 09:35:55 +02:00
Fix caps settings
Force Bandwidth (should make configurable)
This commit is contained in:
parent
e714881e59
commit
27d36f83f2
3 changed files with 22 additions and 9 deletions
|
@ -171,5 +171,8 @@ func (c *Config) HandleDownload(w http.ResponseWriter, r *http.Request) {
|
|||
"gatewaycredentialssource:i:5\r\n"+
|
||||
"gatewayusagemethod:i:1\r\n"+
|
||||
"gatewayprofileusagemethod:i:1\r\n"+
|
||||
"gatewayaccesstoken:s:"+token+"\r\n"))
|
||||
"gatewayaccesstoken:s:"+token+"\r\n"+
|
||||
"networkautodetect:i:0\r\n"+
|
||||
"bandwidthautodetect:i:1\r\n"+
|
||||
"connection type:i:6\r\n"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue