mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Fixed cord tunneled access for rdp
This commit is contained in:
parent
8054f088b9
commit
fad5eca5b9
@ -98,7 +98,7 @@ else:
|
||||
if '{m.password}' != '':
|
||||
url += ':' + urllib.quote('{m.password}')
|
||||
url += '@'
|
||||
url += '127.0.0.1:3389/'
|
||||
url += '127.0.0.1:{{}}/'.format(port)
|
||||
if domain != '':
|
||||
url += domain
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user