redir icon indicating copy to clipboard operation
redir copied to clipboard

A TCP port redirector for UNIX

Results 7 redir issues
Sort by recently updated
recently updated
newest added

I often noticed there are remaining processes that become deamons at the event the terminal window lost connexion. I think it was never the case in the earlier versions of...

I tested this by using Oracle database command line client `sqlplus`. With this option, typing control + C cancels executing statement immediately. Without it, it needs a few seconds.

hello, why choosing to log to stderr? I wanted to tee the logs, and I am forced to write this: ``` redir --lport=XXX --laddr=$ME --cport=XXX --caddr=$target -l info 2>&1 |...

Can --transproxy work with --ftp? ``` /usr/bin/redir -nsp -I ftp21p --ftp=both :21 192.168.1.1:2100 ftp21p[27900]: Failed binding to outbound address: Cannot assign requested address ``` Without the -p it works as...

Hello, all in the title, is redir compatible to ipv6 , yes we are using port forwarding on ipv6 :) regards

"--disable-shaper" in readme is wrong, should be "--disable-shaping"

How to cancel port forwarding?