Forwards every received TCP socket through given proxy or directly to the given remote host.
tcptunnel -listen :80 -proxy socks5://127.0.0.1:1080/ -target 10.10.34.35:80
The Apache License, Version 2.0 - see LICENSE for more details.
Contains some code from gsocks5, used under Apache License 2.0. Copyright (C) 2017 Burak Sezer (buraksezer).