Obfuscation-Tunnel icon indicating copy to clipboard operation
Obfuscation-Tunnel copied to clipboard

High-performance protocol-agnostic UDP/TCP/ICMP packet forwarder and obfuscator.

Results 2 Obfuscation-Tunnel issues
Sort by recently updated
recently updated
newest added

Vanilla repository doesn't build on my Gentoo with GCC 12. ``` c++ -std=c++14 -Wall -Wextra -Ofast -DHAVE_PCAP=1 -lpcap -lpthread -lssl -lcrypto main.cpp -o tunnel In file included from factory.cpp:2, from...

I'm trying to build this on Ubuntu 20.04 and the instructions don't line up. `libssl-dev` is needed, and building without PCAP doesn't work. Even the Makefile doesn't work. I'm not...