diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-28 14:48:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-28 14:48:25 +0200 |
commit | c9da511cf0cf93efc9a9d8578ef1e0924ccee33c (patch) | |
tree | 549a8e65cfdb30a04e62f680a54c6a60b7810fdf /nxproxy/man | |
parent | a5de79181092ce829ce3878d3d9ce671c3cd3cbc (diff) | |
parent | c7eac1f95626e376b17ccd684b2a4e9402b3c17c (diff) | |
download | nx-libs-c9da511cf0cf93efc9a9d8578ef1e0924ccee33c.tar.gz nx-libs-c9da511cf0cf93efc9a9d8578ef1e0924ccee33c.tar.bz2 nx-libs-c9da511cf0cf93efc9a9d8578ef1e0924ccee33c.zip |
Merge branch 'theqvd-slave-channel' into 3.6.x
Attributes GH PR #232: https://github.com/ArcticaProject/nx-libs/pull/232
Diffstat (limited to 'nxproxy/man')
-rw-r--r-- | nxproxy/man/nxproxy.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nxproxy/man/nxproxy.1 b/nxproxy/man/nxproxy.1 index 7b950a607..3cf95c992 100644 --- a/nxproxy/man/nxproxy.1 +++ b/nxproxy/man/nxproxy.1 @@ -339,6 +339,13 @@ where <nxclient> is located in a different directory compared to the other programs, to make easier for the user to execute the program from the shell. +.TP 8 +.B NX_SLAVE_CMD +The full path to the slave channel handler. When the slave channel is +enabled, the agent will listen on a port and forward the connection to +the NX_SLAVE_CMD program. This can be used to implement agent/proxy +communication for applications such as serial port and USB forwarding. + .SH SHELL ENVIRONMENT VARIABLES .TP 8 |