socat: updated
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
8b240aecfc
commit
c67b5d81b7
12
README.md
12
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:<params>` - set tcp listen with specific params
|
* `TCP-LISTEN:<params>` - set tcp listen with specific params
|
||||||
* `[1-65535]` - set port number
|
* `[1-65535]` - set port number
|
||||||
* `bind=[hostname|ip]` - set bind hostname/ip
|
* `bind=[hostname|ip]` - set bind hostname/ip
|
||||||
* `reuseaddr` -
|
* `reuseaddr` - allows other sockets to bind to an address
|
||||||
* `fork` -
|
* `fork` - keeps the parent process attempting to produce more connections
|
||||||
* `su=nobody` -
|
* `su=nobody` - set user
|
||||||
* `range=[ip-range]` -
|
* `range=[ip-range]` - ip range
|
||||||
* `UNIX-CLIENT:<params>`
|
* `UNIX-CLIENT:<params>` - communicates with the specified peer socket
|
||||||
* `filename` -
|
* `filename` - define socket
|
||||||
|
|
||||||
##### Tool: [lsof](http://www.dest-unreach.org/socat/doc/socat.html/)
|
##### Tool: [lsof](http://www.dest-unreach.org/socat/doc/socat.html/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user