8000 GitHub - cyberanchor/ProxySpace
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cyberanchor/ProxySpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Сompiling 3proxy, frp on Android (Termux, ARM64)

verify architecture

check the device architecture to confirm ARM64 (aarch64):

uname -om

output: aarch64 Android


compiling 3proxy

install packages

install required tools and dependencies:

pkg update -y; pkg upgrade -y
pkg install git make clang build-essential -y
compile

clone and build 3proxy:

git clone https://github.com/z3APA3A/3proxy
cd 3proxy
ln -s Makefile.Linux Makefile
make

output: binaries in 3proxy/bin/


3proxy compiling process on termux:


frp compilation

install packages

install required tools for frp:

pkg update -y; pkg upgrade -y
pkg install git golang make -y
compile

clone and build frp:

git clone https://github.com/fatedier/frp
cd frp
make

output: binaries in frp/bin/

frp compiling process on termux:


About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

0