TUN proxy implementation using C on Ubuntu 20.04.01 LTS
sudo apt install gcc
sudo apt install make
make
./tunproxy 127.0.0.1 1080
or./tunproxy 127.0.0.1:1080
starts proxy tunnel on provided ip and port./tunproxy
prints cli usage
run cppcheck script to analyse code for errors / warnings / style mistakes
sudo apt install cppcheck
touch 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