1
0
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:
Adolfo Gómez García 2017-03-18 11:48:52 +01:00
parent 92c3fbd827
commit a3110d4623

View File

@ -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