X-Git-Url: https://ruderich.org/simon/gitweb/?p=socket2unix%2Fsocket2unix.git;a=blobdiff_plain;f=README;h=da69397ca75d01bbc8cf7d34c5609d5c0fc83f40;hp=ba408bd3a9b8220fde53126493821437b5a54343;hb=16e3b5325c41eee1aa88ecd4e054be7b608a7810;hpb=8c02b8274c48bcf594c094b5c05fa86d77dfac77 diff --git a/README b/README index ba408bd..da69397 100644 --- a/README +++ b/README @@ -71,6 +71,13 @@ The following additional environment variables are available: - 'SOCKET2UNIX_DEBUG': Control debug level. 1 = errors only, 2 = warnings only, 3 = debug messages. Default: 2 +- 'SOCKET2UNIX_OPTIONS': + Comma separated list of options for socket2unix. Valid options are (without + quotes): + - 'client_only': Don't intercept calls to `listen()` and `accept()`. + - 'server_only': Don't intercept calls to `connect()`. + These options are useful if a program has both client and server + functionality but only one part should be redirected. BUGS