projects
/
invirt/packages/invirt-vnc-server.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
todo lists for configuration
[invirt/packages/invirt-vnc-server.git]
/
code
/
vncproxy.py
diff --git
a/code/vncproxy.py
b/code/vncproxy.py
index
310b8b5
..
c40570d
100755
(executable)
--- a/
code/vncproxy.py
+++ b/
code/vncproxy.py
@@
-8,6
+8,5
@@
sslContext = ssl.DefaultOpenSSLContextFactory(
)
if '__main__' == __name__:
)
if '__main__' == __name__:
- reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost"), contextFactory=sslContext)
- #reactor.listenTCP(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost"))
+ reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("localhost"), contextFactory=sslContext)
reactor.run()
reactor.run()