Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Làm thế nào để cài đặt và sử dụng tool này trên android? #2

Open
vinhjaxt opened this issue Apr 2, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@vinhjaxt
Copy link
Owner

vinhjaxt commented Apr 2, 2020

Yêu cầu

Máy của bạn đã được root

Cài đặt

Cài đặt termux: https://play.google.com/store/apps/details?id=com.termux

Mở termux và gõ các lệnh sau:

mkdir sniproxy && cd sniproxy
pkg install -y unzip curl
curl -L -O https://github.com/vinhjaxt/go-fasthttp-sniproxy-chunks/releases/download/v1.0.2/go-fasthttp-sniproxy-chunks-linux-arm.zip
unzip go-fasthttp-sniproxy-chunks-linux-arm.zip && rm -f go-fasthttp-sniproxy-chunks-linux-arm.zip
curl -L -O https://raw.githubusercontent.com/vinhjaxt/go-fasthttp-sniproxy-chunks/master/run-background.sh
su
chmod +x run-background.sh
./run-background.sh

thoát termux, lưu ý: lúc này, ứng dụng go-fasthttp-sniproxy-chunks đã được chạy ẩn rồi

Sử dụng

Cài đặt cho android sử dụng proxy này

Có 2 lựa chọn cho bạn

  1. Cài đặt proxydroid: https://play.google.com/store/apps/details?id=org.proxydroid
    Ứng dụng này chưa biết có an toàn hay không, hãy cân nhắc hoặc thay đổi ứng dụng khác với chức năng tương tự
  2. Sử dụng and-on foxyproxy của trình duyệt web mà bạn muốn
    Cái này thì an toàn

Lưu ý: proxy này là http, đừng chọn socks4 hay socks5

Bật lại ứng dụng go-fasthttp-sniproxy-chunks khi đã tắt máy và bật lại

Mở ứng dụng termux và gõ các lệnh sau

cd sniproxy
su
./run-background.sh
@vinhjaxt vinhjaxt added the good first issue Good for newcomers label Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant