Files
cyy_othermind/技能树/校园网/校园网通过openwrt绕过校园网多设备检测.md
2026-03-08 20:15:47 +08:00

18 lines
835 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
本质其实是通过路由器劫持,修改数据包的内容,伪装成同一台设备的来防止检测
详细的技术内容可以查看:
https://www.bilibili.com/video/BV1yr4meeENt/?spm_id_from=333.337.search-card.all.click&vd_source=f553a12b04c16a678ddc0064cc04563c
我这边使用的方案与其类似使用刷有openwrt的路由器通过ua3f和bashclash来完成躲避校园网的检测
lca也有过部署经验一次为了不重复造轮子请先查看他的博客地址https://luckylca.github.io/2025/08/29/csust-network-crack/
其中需要注意的是在配置统一useragent 头的地方在给bashclash传配置的config文件时之前的配置文件已经更新了详见
https://github.com/SunBK201/UA3F/blob/master/docs/clash/Clash.md
就同样的修改一下代理的配置即可