feat: use native TCP socket with Qrexec

This commit is contained in:
Ben Grande 2024-06-25 01:28:53 +02:00
parent 95289ed19a
commit 4facf458b7
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
10 changed files with 63 additions and 57 deletions

View file

@ -34,4 +34,4 @@ if test "${#port}" -gt 5 || test "${port}" -gt 65535; then
exit 1
fi
exec socat - "TCP:${host}:${port}"
exec socat STDIO "TCP:${host}:${port}"