PlayIntegrityFix_v18.2.zip
229.5 KB
DOMAIN-SUFFIX,hok-dr.intlgame.com
DOMAIN-SUFFIX,hok.intlgame.com
DOMAIN-SUFFIX,intlgame.com
DOMAIN-SUFFIX,sgameglobal.com
DOMAIN-SUFFIX,appsflyersdk.com
DOMAIN-KEYWORD,sgameglobal.com
IP-CIDR, 183.192.65.101/16, no-resolve
IP-CIDR, 43.132.55.55/16, no-resolve
王者荣耀(国际服)分流规则
玩的可以试试
Forwarded from Play Integrity Fix (chiteroman)
Unfortunately the fateful day that nobody wanted has arrived, today Google has sent me an email forcing me to discontinue the PlayIntegrityFix project.
Thanks to all of you for the support I have received during all this time.
Let's hope that a solution can be found.
https://github.com/chiteroman/PlayIntegrityFix
Thanks to all of you for the support I have received during all this time.
Let's hope that a solution can be found.
https://github.com/chiteroman/PlayIntegrityFix
GitHub
GitHub - chiteroman/PlayIntegrityFix: Fix Play Integrity (and SafetyNet) verdicts.
Fix Play Integrity (and SafetyNet) verdicts. Contribute to chiteroman/PlayIntegrityFix development by creating an account on GitHub.
mihomo 1.19.1
What's Changed
72a126e feat: support inline proxy provider by @wwqgtxx
bb80324 feat: support inline rule provider (#1731) by @qianlongzt
f3a43fe feat: support read config file from stdin via -f - by @wwqgtxx
BUG & Fix
3f6823b fix: handle invalid values in Decoder's decode method by @wwqgtxx
5d9d8f4 fix: check whether the dst port is within the specified range (#1706) by @laburaps
a9ce5da fix: key missing for tun inbound #1672 by @wwqgtxx
c7fc93d fix: the TLS Sniffer fails when the length of the ClientHello packet exceeds the TCP MSS (#1711) by @laburaps
#Clash@ksc666
What's Changed
72a126e feat: support inline proxy provider by @wwqgtxx
bb80324 feat: support inline rule provider (#1731) by @qianlongzt
f3a43fe feat: support read config file from stdin via -f - by @wwqgtxx
BUG & Fix
3f6823b fix: handle invalid values in Decoder's decode method by @wwqgtxx
5d9d8f4 fix: check whether the dst port is within the specified range (#1706) by @laburaps
a9ce5da fix: key missing for tun inbound #1672 by @wwqgtxx
c7fc93d fix: the TLS Sniffer fails when the length of the ClientHello packet exceeds the TCP MSS (#1711) by @laburaps
#Clash@ksc666
Magisk_b62835cb_28102.apk
10.9 MB
There are a LOT of internal refactoring and significantly more testing infrastructure in the Magisk project!
[App] Support downloading module zip files with XZ compression
[MagiskMount] Support systemlessly deleting files with modules using blank file nodes
#Magisk
[App] Support downloading module zip files with XZ compression
[MagiskMount] Support systemlessly deleting files with modules using blank file nodes
#Magisk
Forwarded from 𝐄𝟓 𝟖𝟔 𝟗𝟓
substore.sh
1011 B
在安卓利用 Termux 搭建 Sub-Store 的步骤
1. 下载 Termux,推荐 GitHub 版本,打开 Termux,执行以下命令安装必须依赖
2. 创建基本的 Sub-Store 环境,依次执行命令
3. 不出意外的话,在 substore 目录中执行
即可成功运行 Sub-Store,此时打开 https://sub-store.vercel.app/subs,右下角设置,后端设置,添加后端地址,名称随意,地址填入 http://127.0.0.1:3000,然后打开首页,就可以愉快地使用 Sub-Store 啦
最后,隐私敏感人士希望利用第2步下载的本地前端,可以参考 substore.sh 附件;在 1, 2 步完成后,可将附件脚本置于 /data/adb/service.d 目录并给执行权限,可以实现 Magisk 等环境的开机自启动 Sub-Store
1. 下载 Termux,推荐 GitHub 版本,打开 Termux,执行以下命令安装必须依赖
pkg up -y && pkg i nodejs-lts wget unzip -y
2. 创建基本的 Sub-Store 环境,依次执行命令
mkdir -p substore && cd substore
wget https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.bundle.js
wget https://github.com/sub-store-org/Sub-Store-Front-End/releases/latest/download/dist.zip && unzip dist.zip && rm dist.zip && mv dist frontend
3. 不出意外的话,在 substore 目录中执行
node sub-store.bundle.js &
即可成功运行 Sub-Store,此时打开 https://sub-store.vercel.app/subs,右下角设置,后端设置,添加后端地址,名称随意,地址填入 http://127.0.0.1:3000,然后打开首页,就可以愉快地使用 Sub-Store 啦
最后,隐私敏感人士希望利用第2步下载的本地前端,可以参考 substore.sh 附件;在 1, 2 步完成后,可将附件脚本置于 /data/adb/service.d 目录并给执行权限,可以实现 Magisk 等环境的开机自启动 Sub-Store