Changeset 289 for trunk/packages/sipb-xen-vnc-server/code/vncproxy.py
- Timestamp:
- Mar 28, 2008, 8:31:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-vnc-server/code/vncproxy.py
r288 r289 9 9 10 10 if '__main__' == __name__: 11 reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost"), contextFactory=sslContext) 12 #reactor.listenTCP(10003,vncexternalauth.VNCAuthFactory("./vncauth.log", "localhost")) 11 reactor.listenSSL(10003,vncexternalauth.VNCAuthFactory("localhost"), contextFactory=sslContext) 13 12 reactor.run()
Note: See TracChangeset
for help on using the changeset viewer.