TCP tunneling for network traffic
Developed in the Go language, OpenFlux is a TCP tunneling tool designed for network stack research. It offers flexible analysis and management capabilities for network traffic through support for pluggable transports.
Updates
- September 12, 2026: Stars 1,239 → 1,241, latest release 0.0.1 (September 10, 2026).
What you get
- Flexible network management with pluggable transports
- Local network traffic routing with SOCKS5 proxy support
- Data transmission via Yandex Docs and WebRTC
Installation
go mod tidy
go build -o universal-bypass-tool .export ANDROID_NDK_HOME=<your Android NDK path>
./build_android.shRunning it
./universal-bypass-tool --client --url "YOUR_YANDEX_DOC_URL" --socks5 :1080 --debugIf you don't write code
I want to create a TCP tunnel using the OpenFlux tool. Explain step-by-step the build steps required to run the client on my desktop computer and how to configure SOCKS5 proxy settings in the browser. Additionally, explain with technical details why it is necessary to block RST packets using iptables when setting up an exit node on a Linux server, and the impact of this process on network security.
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-09-12: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.