summaryrefslogtreecommitdiff
path: root/net/fd-proxy
AgeCommit message (Collapse)AuthorFilesLines
2021-11-25Add fd-proxy, glue for making a TCP proxy using ucspi-tcp tools.schmonz5-0/+54
fd-proxy is a very small program, written in C. Its purpose is to connect the I/Os of a tcpserver and tcpclient pair (from the ucspi-tcp suite) in order to implement a TCP proxy. Setting up such a proxy can be done in a single line.