首先非常感谢佬友造的轮子 lumine 一个绕过 sni 阻断的工具(理论上换成 byedpi 之类的应该也行?)
之前发现的 cromite 浏览器当时还勉强能用,但是现在在移动网络下已经几乎不可用了(联通感觉还行),且它不支持自定义 clienthello 分片参数等,已经打不过现在的墙了(
所以我推荐可以使用佬友的 lumine(可惜不能手机端了)
lumine 需要任意一个本地 udp dns 服务,这里我更推荐 mosdns,可以使用 doh 作为上游并且可选参数很多
lumine 配置
我用的 windows 下载的是 github 仓库的 release,解压后在同一目录下创建 config.json,这里使用仓库中的 config.json
如果担心端口占用可以自行修改,和下面本地 dns 服务的保持相同即可mosdns 配置
先从 github release 下载,在解压的目录下创建 config.yaml,可以参考官方配置教程
由于上文 lumine 的 dns 地址设置为 “127.0.0.1:8053”,所以需要改 mosdns 的端口为 8053
可以参考我的配置
log: level: info plugins: - args: upstreams: - addr: https://abcdefg.cloudflare-gateway.com/dns-query bootstrap: "223.5.5.5" tag: forward_google type: forward - args: entry: forward_google listen: 127.0.0.1:8053 tag: udp_server type: udp_server - args: entry: forward_google listen: 127.0.0.1:8053 tag: tcp_server type: tcp_server 可以换成自己的 doh 服务器,这里使用 cloudflare-gateway 的,一定要记得填 bootstrap 到一个 udp dns 来解析 doh 域名
- 启动
首先分别在两个软件目录下启动终端,lumine 直接使用./lumine启动,mosdns 使用./mosdns start启动
然后可以直接填在 windows 的代理那边,但是我还是更推荐使用 v2rayn 进行分流,添加 socks 代理,服务器 127.0.0.1,端口填你 lumine 配置里写的那个(默认 1080),然后开 “自动配置系统代理” 就行了
目前测下来能用的:
- spotify
- wikipedia
- linux.do
- google(它居然能用?)
- 等等一系列不列举了
测下来不太能用的:
- youtube
- X(twitter)
- 等等一系列会 ban 中国 ip 的或者直接封 ip 的
使用 ipv6 可以极大减少直接封 ip 的几率
评论区(暂无评论)