Skip to content

s4l1h/androidproxy

Repository files navigation

This software needs Termux

Install git and clone repository.

pkg upgrade
pkg install git
git clone --recurse-submodules https://github.com/s4l1h/androidproxy

After cloning repository You need to modify variables for your server.

Changing proxy server user and password

(default username & password are akm and local proxy port 3120)

proxy/main.go

Changing frpc config ( you must change!)

(default remote proxy port 7499 and ssh port 7498)

proxy/frpc.ini

for more details please look at frp docs.

After configurations are done.

You can install it.

sh install.sh

And finaly starting services

sh start.sh

If you want the services to run at startup.

  1. Create Termux Boot symlinks.
sh termux-boot.sh
  1. You can use .bashrc instead of Termux Boot. You just need to put start.sh to your .bashrc file. It is a kind of monkey fix. It will be a problem if you connect via ssh.
echo $HOME/androidproxy/start.sh >> $HOME/.bashrc

Diagram

About

Turn your android device to proxy server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published