Skip to content

Instantly share code, notes, and snippets.

@yebekhe
Created April 27, 2023 10:08
Show Gist options
  • Save yebekhe/c340317d6e0f661a6305e2b9690de2e2 to your computer and use it in GitHub Desktop.
Save yebekhe/c340317d6e0f661a6305e2b9690de2e2 to your computer and use it in GitHub Desktop.
GFW resist TLS Proxy for termux
pkg update
pkg upgrade
pkg install python
pkg install unzip
pip install requests
pkg install wget
wget -N https://github.com/yebekhe/gfw_resist_tls_proxy/archive/refs/tags/v0.0.3-beta.zip
unzip v0.0.3-beta.zip
cd gfw_resist_tls_proxy-0.0.3-beta
python pyprox_tcp.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment