We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux
5.10.194
Mihomo Meta alpha-41efc5e linux amd64 with go1.23.0 Thu Aug 22 01:26:01 UTC 2024 Use tags: with_gvisor
rules: - RULE-SET,rule1,DIRECT - IP-ASN,1,PROXY - Match,PROXY sub-rules: sub-rule-name1: - Match,REJECT - DOMAIN,google.com,ss1 - DOMAIN,baidu.com,DIRECT # 流量入站 listeners: - name: ss type: shadowsocks port: 10808 listen: 0.0.0.0 # 默认监听 0.0.0.0 rule: sub-rule-name1 # 默认使用 rules,如果未找到 sub-rule 则直接使用 rules password: 3sWe86+UpxxxiK75a3so4ujw== cipher: rc4-md5
按照上述官方配置,sub-rules只在listener里用,rules里并没有调用。 现象就是客户端进来并没有按照sub-rule-name1里的全部REJECT,而是走了上面rules里的规则。我把上面的代码片段放在最后, 或者任意调整rules和sub-rules的顺序都是一样的结果。 而且试过几个版本的mihomo,包括release里的,都是一样只走默认的rules。
最新版本的mihomo的alpha, release都可以,按照官网文档配置即可
No response
The text was updated successfully, but these errors were encountered:
fix: tradition shadowsocks server not apply additions
1e8e678
#1466
9f8463f
fixed in 16c95fc
Sorry, something went wrong.
16c95fc
No branches or pull requests
Verify steps
操作系统
Linux
系统版本
5.10.194
Mihomo 版本
Mihomo Meta alpha-41efc5e linux amd64 with go1.23.0 Thu Aug 22 01:26:01 UTC 2024
Use tags: with_gvisor
配置文件
描述
按照上述官方配置,sub-rules只在listener里用,rules里并没有调用。
现象就是客户端进来并没有按照sub-rule-name1里的全部REJECT,而是走了上面rules里的规则。我把上面的代码片段放在最后,
或者任意调整rules和sub-rules的顺序都是一样的结果。
而且试过几个版本的mihomo,包括release里的,都是一样只走默认的rules。
重现方式
最新版本的mihomo的alpha, release都可以,按照官网文档配置即可
日志
No response
The text was updated successfully, but these errors were encountered: