Revision eeb14dde

b/vncproxy.py
349 349
        line = client.recv(1024).strip()
350 350
        try:
351 351
            # Control message format:
352
            # TODO: make this json-based?
353
            # TODO: support multiple forwardings in the same message?
352 354
            # <source_port>:<destination_address>:<destination_port>:<password>
353 355
            # <password> will be used for MITM authentication of clients
354 356
            # connecting to <source_port>, who will subsequently be forwarded

Also available in: Unified diff