Skip to content
New issue

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

1.11.xblockreject 取代,但 selector 似乎不支持规则动作 #2471

Open
4 of 5 tasks
ReleTor opened this issue Jan 13, 2025 · 0 comments
Open
4 of 5 tasks

Comments

@ReleTor
Copy link
Contributor

ReleTor commented Jan 13, 2025

操作系统

Windows

系统版本

Windows 11 24H2 26100.2605

安装类型

sing-box 原始命令行程序

如果您使用图形客户端程序,请提供该程序版本。

No response

版本

No response

描述

sing-box 1.11.x 中原本的 block 出站被新的 reject 规则动作取代,但 selector 出站似乎并不支持规则动作,这可能导致基于 selector 实现手动指定是否拒绝连接的方法失效。

重现方式

旧版本配置

{
  "outbounds": [
    // ...
    { "type": "block", "tag": "block" },
    {
      "type": "selector",
      "tag": "ad",
      "outbounds": [
        // ...
        "block"
      ],
      "interrupt_exist_connections": true
    },
  ],
  "route": {
    "rules": [ { "rule_set": "ad", "outbound": "ad" } ]
  }
}

日志

No response

支持我们

完整性要求

  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我保证提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
  • 我保证提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
  • 我保证提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。
@ReleTor ReleTor changed the title 1.11.xblockreject 取代,但 selector 不支持规则动作 1.11.xblockreject 取代,但 selector 似乎不支持规则动作 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant