Skip to content

Instantly share code, notes, and snippets.

View yebekhe's full-sized avatar
🎯
Focusing

YeBeKhe yebekhe

🎯
Focusing
View GitHub Profile
@yebekhe
yebekhe / gist:1ae789581af407e7fa4a8c4525b058eb
Created April 27, 2023 10:07
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
@yebekhe
yebekhe / gist:c340317d6e0f661a6305e2b9690de2e2
Created April 27, 2023 10:08
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
@yebekhe
yebekhe / config-gen.ipynb
Last active August 21, 2023 16:56
config-gen.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yebekhe
yebekhe / warp-endpoint.txt
Created May 31, 2023 07:10
WARP Endpoint - Termux
pkg update
pkg upgrade
pkg install wget
wget -N --no-check-certificate https://github.com/yebekhe/Misaka_warp-script/raw/main/files/warp-yxip/warp-yxip.sh && bash warp-yxip.sh
@yebekhe
yebekhe / warp-endpoint-ish.txt
Created May 31, 2023 07:12
WARP Endpoint - iSH
apk update
apk upgrade
apk add wget
wget -N --no-check-certificate https://github.com/yebekhe/Misaka_warp-script/raw/main/files/warp-yxip/warp-yxip.sh && bash warp-yxip.sh
@yebekhe
yebekhe / sing-box-warp-conf-gen.ipynb
Last active May 25, 2024 07:24
WARP Sing-Box Config Generator
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yebekhe
yebekhe / kivy-app-to-apk.ipynb
Created June 12, 2023 16:44
Kivy App To APK
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.