cfw设置relay
Posted 霜序0.2℃
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cfw设置relay相关的知识,希望对你有一定的参考价值。
背景
在这个我交不起网费的时代,只能在教学楼装了一个linux,让它帮在宿舍的我进行网络proxy,所以,我能白嫖上网了
用原来的方式没法上外网,但是最近又穷了,所以在"冲突"软件中,我简单的编写了一下规则,修改了一下配置文件,至此,我可以在学校断网的情况下白嫖学校网络并且无限制访问外网,以下是我的简单记录
相关资料
- "冲突"软件文档
- https://github.com/Dreamacro/clash/issues/434
- https://github.com/Fndroid/clash_for_windows_pkg/issues/3366
- https://github.com/Fndroid/clash_for_windows_pkg/issues/1632
- https://github.com/Fndroid/clash_for_windows_pkg/issues/882
- https://github.com/Dreamacro/clash/pull/539
编写规则
我是参考https://github.com/Fndroid/clash_for_windows_pkg/issues/1632里一位大佬yi-Xu-0100的写法
proxy-groups:
- name: ✅ select
type: select
proxies:
- 🎯 LOCAL
- ♻️ AUTO
- 🇭🇰 HK
- 🇯🇵 JP
- 🇸🇬 SGP
- 🇺🇸 USA
- 🎥 NF
- 🐟 other
- name: ⏭ relay
type: relay
proxies:
- 🇯🇵 JP
- ✅ select
假设你原来所有国外流量的都走✅ select
,那么设置一个新的组⏭ relay
,将type
设置为relay
,在proxies
选项中第一个添加你的中继节点服务器(我的就是教学楼的服务器了,例子则是🇯🇵 JP
),第二个即为你原来的proxy,例子中是✅ select
,这样选择⏭ relay
组就可以了
以上就是cfw设置中继或者说前置proxy的方式
以上是关于cfw设置relay的主要内容,如果未能解决你的问题,请参考以下文章