1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-16 16:13:24 +00:00

Added socat-chain.sh for layering protocols

This commit is contained in:
Gerhard Rieger 2023-11-11 18:03:44 +01:00
parent 27877ea777
commit e62f62e5b9
7 changed files with 442 additions and 21 deletions

View file

@ -91,7 +91,7 @@ else
fi
if [ "$u" != "nobody" ]; then
$ECHO "$SOCKSREPLY_FAILED"
echo "wrong socks user requested" >&2
echo "wrong socks user requested (expected \"nobody\")" >&2
exit
fi