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

[Feature request] 希望增加 ecs 内建匹配器 #747

Open
qingtian110 opened this issue Nov 5, 2023 · 1 comment
Open

[Feature request] 希望增加 ecs 内建匹配器 #747

qingtian110 opened this issue Nov 5, 2023 · 1 comment

Comments

@qingtian110
Copy link

希望添加的功能

在 v4 版本中,可以通过以下方式匹配 ecs ip

  - tag: query_ecs_has_cn_ip
    type: query_matcher
    args:
      ecs:
        - "provider:geoip:cn"

  - tag: "main_sequence"
    type: "sequence"
    args:
      exec:
        - if: "query_ecs_has_cn_ip"
          exec:
            - `do something`

在最新版本中新增了 ecs、EDNS0 转发的支持,在公网部署得到非常大的便捷,希望重新添加 v4 版本那种 ecs 匹配器,可以让公网部署的情况下,拥有更大的 DIY 空间。

@cnhap
Copy link

cnhap commented May 16, 2024

这个功能有没有增加了

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

2 participants