mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-07-29 13:56:15 +02:00
Some improvements
This commit is contained in:
parent
6fd7b047cd
commit
354355e6b0
3 changed files with 25 additions and 23 deletions
|
@ -47,6 +47,7 @@ func handleRdpDownload(w http.ResponseWriter, r *http.Request) {
|
|||
"gatewayhostname:s:" + conf.Server.GatewayAddress +"\r\n"+
|
||||
"gatewaycredentialssource:i:5\r\n"+
|
||||
"gatewayusagemethod:i:1\r\n"+
|
||||
"gatewayprofileusagemethod:i:1\r\n"+
|
||||
"gatewayaccesstoken:s:" + cookie.Value + "\r\n"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue