TUN proxy implementation using C on Ubuntu 20.04.01 LTS
sudo apt install gccsudo apt install makemake
./tunproxy 127.0.0.1 1080or./tunproxy 127.0.0.1:1080starts proxy tunnel on provided ip and port./tunproxyprints cli usage
run cppcheck script to analyse code for errors / warnings / style mistakes
sudo apt install cppchecktouch static_analysis_result.txt./cppcheck/cppcheck_run.sh
- tuntap interface - working separately
- proxy socks5 socket - working separately
- tuntap & socks5 combination - doesn't work
- socks5 client interface
- fix combination of socks5 and proxy