本文使用脚本
github链接:https://github.com/lmc999/RegionRestrictionCheck
脚本

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

如果github的raw无法访问,可以采用下面jsdelivr加速的

bash <(curl -L -s https://testingcf.jsdelivr.net/gh/lmc999/RegionRestrictionCheck@main/check.sh)

这个脚本支持:CentOS 6+, Ubuntu 14.04+, Debian 8+, MacOS, Android with Termux

linux直接运行就可以了,mac的话本人没有

android

下载temux终端
官网https://termux.dev/en/
github下载链接:https://github.com/termux/termux-app/releases
不要从google play下,google play的已经不更新了

然后复制粘贴运行脚本就好
首次运行,需要安装python,需要等待一段时间,大概几分钟吧

安装完之后点击你所需的地区,我代理是hytron香港的,选择2,然后回车就行了,结果就会出来了

windows

安装ubuntu子系统
应用商店搜ubuntu,我喜欢20.04,我直接装的20.04,

第一次登录需要设置
自己设置下用户名和密码,用户名叫啥都行,记得linux输入密码是不显示的
然后输入sudo -i,切换到root,记得输入密码

接着直接复制粘贴脚本运行就可以了

ios

ios可以直接用quan x,stash,loon,surge等检测,甚至可以执行脚本来自动切换,这各自己搜下,网上有教程

参考原作者github上的,我把他写的稍微详细了点
https://github.com/lmc999/RegionRestrictionCheck/wiki/iOS运行脚本方法
1下载ish
https://apps.apple.com/au/app/ish-shell/id1436902243

2下载alpine linux的mini root filesystem到文件 app
地址:https://dl-cdn.alpinelinux.org/alpine/v3.13/releases/x86/alpine-minirootfs-3.13.6-x86.tar.gz
打开上面链接,点击更多-储存到文件

3打开ish app,点击右小角的设置

点filesystems

点右上角import导入

选择第二部下载的tar.gz包

然后不重启的话,选择Boot From This Filesystem

4安装依赖
重启完进入ish,点右小角剪贴输入下面命令安装依赖

apk add curl bash gawk python3

5运行脚本

curl -L -s -o ./check.sh https://git.io/JRw8R && chmod +x ./check.sh && bash ./check.sh