From c67b5d81b79f72585ee1d19888f91354cb9309f1 Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 2 Jul 2018 22:59:05 +0200 Subject: [PATCH] socat: updated - signed-off-by: trimstray --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ed9e0e..a7a3f3b 100644 --- a/README.md +++ b/README.md @@ -661,12 +661,12 @@ socat TCP-LISTEN:1234,bind=127.0.0.1,reuseaddr,fork,su=nobody,range=127.0.0.0/8 * `TCP-LISTEN:` - set tcp listen with specific params * `[1-65535]` - set port number * `bind=[hostname|ip]` - set bind hostname/ip - * `reuseaddr` - - * `fork` - - * `su=nobody` - - * `range=[ip-range]` - - * `UNIX-CLIENT:` - * `filename` - + * `reuseaddr` - allows other sockets to bind to an address + * `fork` - keeps the parent process attempting to produce more connections + * `su=nobody` - set user + * `range=[ip-range]` - ip range + * `UNIX-CLIENT:` - communicates with the specified peer socket + * `filename` - define socket ##### Tool: [lsof](http://www.dest-unreach.org/socat/doc/socat.html/)