Skip to content

Instantly share code, notes, and snippets.

@yebekhe
Created April 27, 2023 10:07
Show Gist options
  • Save yebekhe/1ae789581af407e7fa4a8c4525b058eb to your computer and use it in GitHub Desktop.
Save yebekhe/1ae789581af407e7fa4a8c4525b058eb to your computer and use it in GitHub Desktop.
GFW resist TLS Proxy for iSH
apk update
apk upgrade
apk add python3
apk add —update py-pip
apk add unzip
pip install requests
apk add 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
python3 pyprox_tcp.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment