We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.5
ArchLinux
Redsocks will forward the TCP connection to the socks5 server when the original destination is the redsocks listening port
Redsocks will reject and close the TCP connection when the original destination is the redsocks listening port
socat TCP4-LISTEN:127.0.0.1:31338 -
sshd[7858]: error: connect_to 127.0.0.1 port 31338: failed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Software Version
0.5
Operating System
ArchLinux
Bug Description
Redsocks will forward the TCP connection to the socks5 server when the original destination is the redsocks listening port
Expected Behaviour
Redsocks will reject and close the TCP connection when the original destination is the redsocks listening port
Reproduce Steps
socat TCP4-LISTEN:127.0.0.1:31338 -
to connect at the socks5 server provided by sshsshd[7858]: error: connect_to 127.0.0.1 port 31338: failed.
The text was updated successfully, but these errors were encountered: