Fix caps settings

Force Bandwidth (should make configurable)
This commit is contained in:
Bolke de Bruin 2020-07-23 12:54:21 +02:00
parent e714881e59
commit 27d36f83f2
3 changed files with 22 additions and 9 deletions

View file

@ -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"))
}