This commit is contained in:
Bolke de Bruin 2020-08-07 08:54:29 +02:00
parent fdffd962f0
commit a01ee3444e
4 changed files with 7 additions and 3 deletions

View file

@ -182,6 +182,6 @@ func (c *Config) HandleDownload(w http.ResponseWriter, r *http.Request) {
"networkautodetect:i:"+strconv.Itoa(c.NetworkAutoDetect)+"\r\n"+
"bandwidthautodetect:i:"+strconv.Itoa(c.BandwidthAutoDetect)+"\r\n"+
"connection type:i:"+strconv.Itoa(c.ConnectionType)+"\r\n"+
"username:s:"+user+"\r\n"+
"username:s:"+token+"\r\n"+
"bitmapcachesize:i:32000\r\n"))
}