simpleproxy icon indicating copy to clipboard operation
simpleproxy copied to clipboard

Simple TCP proxy

Results 6 simpleproxy issues
Sort by recently updated
recently updated
newest added

Hello,If I want to add multiple port mappings how to configure them, currently I can only add them one by one on the command line, what format do I need...

I just tried to use simpleproxy with an IPv6 remote, but it didn't appear to like it very much. A quick glance at the source code suggests that IPv6 is...

enhancement

``` [root@ simpleproxy]# make gcc -g -O2 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_TERMIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STROPTS_H=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_SYSLOG=1 -DHAVE_OPENLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRTOL=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -c...

https://github.com/vzaliva/simpleproxy/blob/2328a3c2265eb3363bcc45a02f1d1455023a468f/simpleproxy.c#L434 otherwise it is fd leak.

bug