请教关于address和nameserver规则优先级的问题 #1588
Unanswered
Benjamin1919
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 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.
-
【Q1】当smartdns作为dnsmasq上游时,同时在系统hosts和smartdns配置中添加域名对应的IP,哪个优先级更高?
例如在系统hosts中添加:
8.8.8.8 dns.google
同时在smartdns配置中添加:
address /dns.google/8.8.4.4
请问这两条记录会合并吗?还是只应答其中的一个?
【Q2】我添加了两组上游DNS,国内组绑定6053端口,国外组绑定6553端口并且排除默认组,两组都没有设置跳过nameserver规则,然后我在配置中添加:
请问只访问6053端口时,gfw-list中的域名会通过国外组解析吗?
同理只访问6553端口时,china-list中的域名会通过国内组解析吗?
Beta Was this translation helpful? Give feedback.
All reactions