请问能否添加屏蔽QUIC的快捷开关 #208
llllllllqq
started this conversation in
Ideas
Replies: 1 comment
-
- AND,((DST-PORT,443),(NOT,((GEOIP,CN))),(NETWORK,UDP)),REJECT 拿走不谢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
原因:部分trojan协议的节点,不打开udp时,访问有cf5秒盾的网站(例如ip.sb),可能由于quic协议导致验证无限制刷新,而打开节点udp时日常使用延迟较高,故需要一个屏蔽quic(udp443)的优雅的配置方式(最好是只屏蔽国外网站)
然而鄙人不才,教程搜不到且看不懂源代码,没折腾出优雅的基于subconverter的udp443屏蔽规则,例如
AND,(AND,(DST-PORT,443),(NETWORK,UDP)),(NOT,((GEOIP,CN)))
在subconverter里被切割报错,转义符没研究明白所以希望CMFA能有一个禁用quic的一键配置覆写功能,能让用户在保持订阅更新时随时切换是否屏蔽quic。
此外,如果能有本地追加rules、甚至增量合并配置文件的功能就更好了
Beta Was this translation helpful? Give feedback.
All reactions