We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
原因:
我用了一些外部的domain-set文件,但是自己也有部分需求,所以又有自己的一些domain规则。比如我从外部下载了几个文件是oversea-domain-list.txt,一个mainland-domain-list.txt。另外我也有几个域名需要放在oversea-domain-list中,但是这几个域名有可能在mainland-domain-list.txt中。 所以这里就有了一点点冲突。
真实场景可能更加复杂,比如还有reject-domain-list.txt之类的。
请教大佬们:
domain-rules的执行优先级或者顺序是什么样的。具体问题:
The text was updated successfully, but these errors were encountered:
严格按conf文件载入顺序,相同规则后边的会覆盖前边的 子域名匹配优先
Sorry, something went wrong.
相同规则后边的会覆盖前边的 ?不执行前面的是吗?比如说如下两个rule
domain-rules /domain:abc.com/ -nftset #4:inet#fw4#direct_ip_set domain-rules /domain:abc.com/ -nftset #4:inet#fw4#reject_ip_set
abc.com的ip地址会在那个set里?还是两个都会在?
如果想要两个都在,应该写在一行
非常感谢!
No branches or pull requests
原因:
我用了一些外部的domain-set文件,但是自己也有部分需求,所以又有自己的一些domain规则。比如我从外部下载了几个文件是oversea-domain-list.txt,一个mainland-domain-list.txt。另外我也有几个域名需要放在oversea-domain-list中,但是这几个域名有可能在mainland-domain-list.txt中。
所以这里就有了一点点冲突。
真实场景可能更加复杂,比如还有reject-domain-list.txt之类的。
请教大佬们:
domain-rules的执行优先级或者顺序是什么样的。具体问题:
The text was updated successfully, but these errors were encountered: