1
0
mirror of https://github.com/amitbet/vncproxy.git synced 2025-05-05 06:06:21 +00:00
vncproxy/proxy
Marc Falzon 9a52a433ea Add support for UNIX socket VNC target
This change add support for targeting a VNC server via a local UNIX
socket. It introduces a new `-target` CLI flag able to handle both TCP
"address:port" and "/path/to/unix.socket" formats, and deprecates the
previous `-targHost` and `-targPort` flags for future removal.
2018-11-01 10:14:15 +01:00
..
cmd Add support for UNIX socket VNC target 2018-11-01 10:14:15 +01:00
message-listeners.go added logger trace level and set it to write all bytes 2018-10-19 08:13:16 +03:00
proxy_test.go fixed: listning only to local server connections 2018-08-01 01:29:39 +03:00
proxy.go Add support for UNIX socket VNC target 2018-11-01 10:14:15 +01:00
session-manager.go created proxy and listeners to connect recorder and server-client cross writing 2017-07-09 09:51:17 +03:00
vnc-session.go Add support for UNIX socket VNC target 2018-11-01 10:14:15 +01:00