mirror of
https://github.com/ben-grande/qusal.git
synced 2025-05-02 14:26:21 -04:00
feat: use native TCP socket with Qrexec
This commit is contained in:
parent
95289ed19a
commit
4facf458b7
10 changed files with 63 additions and 57 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue