规则里面有排除某个域名的写法吗
#2364
Replies: 1 comment
-
You can use regular expression (starts with |
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.
-
如题,类似下面的规则:
例如只是不想让 baidu 走direct, ! baidu.com 这种支持吗?
确实可以单独加一个规则 baidu.com 让他走 proxy,但是这不符合我的需求,因为后面还有一些细分 针对 sourceIp 的规则
Beta Was this translation helpful? Give feedback.
All reactions