nameserver-policy, 如果一条规则内包含多个集时,会使得整个策略没法按预期的顺序进行。 #484
Closed
mengdegege
started this conversation in
General
Replies: 0 comments
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.
-
比如:
这样的规则,ads集里面包含某些域名,同属于 Google集中,但是按照这个顺序,应该是被拒绝的。这样写的时候可以收到预期的效果。
但如果改成这样:
就会有问题,前面两条都有可能会直接失效。
Beta Was this translation helpful? Give feedback.
All reactions