mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
fixed tunneld cord access
This commit is contained in:
parent
92c3fbd827
commit
a3110d4623
@ -98,7 +98,7 @@ else:
|
|||||||
if '{m.password}' != '':
|
if '{m.password}' != '':
|
||||||
url += ':' + urllib.quote('{m.password}')
|
url += ':' + urllib.quote('{m.password}')
|
||||||
url += '@'
|
url += '@'
|
||||||
url += '127.0.0.1:3389/'
|
url += '127.0.0.1:{}/'.format(port)
|
||||||
if domain != '':
|
if domain != '':
|
||||||
url += domain
|
url += domain
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user