mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-21 09:34:08 +03:00
fixed tunneld cord access
This commit is contained in:
parent
92c3fbd827
commit
a3110d4623
@ -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…
Reference in New Issue
Block a user