X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=README;h=da69397ca75d01bbc8cf7d34c5609d5c0fc83f40;hb=8d05b88a2317291edc74356d8436c1e0f885367c;hp=ba408bd3a9b8220fde53126493821437b5a54343;hpb=77107ab307336b504747041a5cf4c79112e419b7;p=socket2unix%2Fsocket2unix.git 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