check the device architecture to confirm ARM64 (aarch64):
uname -omoutput: aarch64 Android
install required tools and dependencies:
pkg update -y; pkg upgrade -y
pkg install git make clang build-essential -yclone and build 3proxy:
git clone https://github.com/z3APA3A/3proxy
cd 3proxy
ln -s Makefile.Linux Makefile
makeoutput: binaries in 3proxy/bin/
3proxy compiling process on termux:
install required tools for frp:
pkg update -y; pkg upgrade -y
pkg install git golang make -yclone and build frp:
git clone https://github.com/fatedier/frp
cd frp
makeoutput: binaries in frp/bin/
frp compiling process on termux: