mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 17:32:57 +00:00
Added option http-version
This commit is contained in:
parent
9f632ec651
commit
454a499401
9 changed files with 116 additions and 22 deletions
4
proxy.sh
4
proxy.sh
|
@ -7,8 +7,8 @@
|
|||
# accepts and answers correct HTTP CONNECT requests on stdio, and tries to
|
||||
# establish the connection to the given server.
|
||||
# it is required for socats test.sh
|
||||
# for TCP, use this script as:
|
||||
# socat tcp-l:8080,reuseaddr,fork exec:"proxy.sh",nofork
|
||||
# for TCP, use this script like:
|
||||
# socat TCP-L:8080,reuseaddr,fork EXEC:"proxy.sh",nofork
|
||||
|
||||
# 20130622 GR allow hostnames, not only IP addresses
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue