This can be worked around with a named pipe to redirect the input and output. mkfifo backpipe nc -l 12345 0<backpipe | nc www.google.com 80 ...
確定! 回上一頁