Re: [pve-devel] [PATCH proxmox-websocket-tunnel 2/4] add tunnel implementation

2021-11-11 Thread Fabian Grünbichler
On November 9, 2021 1:54 pm, Dominik Csapak wrote: > looks mostly fine, some comments inline thanks! > On 11/5/21 14:03, Fabian Grünbichler wrote: >> the websocket tunnel helper accepts control commands (encoded as >> single-line JSON) on stdin, and prints responses on stdout. >> >> the followin

Re: [pve-devel] [PATCH proxmox-websocket-tunnel 2/4] add tunnel implementation

2021-11-09 Thread Dominik Csapak
looks mostly fine, some comments inline On 11/5/21 14:03, Fabian Grünbichler wrote: the websocket tunnel helper accepts control commands (encoded as single-line JSON) on stdin, and prints responses on stdout. the following commands are available: - "connect" a 'control' tunnel via a websocket -