各位大佬,proxy-groups 中,如何使用 filter 来实现包含 AB 或 CD,但是不包含 EF 的过滤? #1608
Unanswered
yesiamchinese
asked this question in
Q&A
Replies: 1 comment
-
这样写
|
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
-
例如:
type: url-test
url: 'http://www.gstatic.com/generate_204'
interval: 600
use:
filter: "(AB|CD).!EF"
这样会导致 USA 组一个节点都没有。。。
请教这个 filter 应该怎样写呢?
Beta Was this translation helpful? Give feedback.
All reactions