lidan00 发表于 昨天 12:59

dns覆写可解决部分机场问题

<i class="pstatus"> 本帖最后由 lidan00 于 2026-4-24 13:06 编辑 </i><br />
<br />
今天套餐用超了翻备用机场,发现一元机场在电脑上全timeout,但手机上居然能用。<br />
电脑上虚拟网卡模式不行,系统代理模式行,感觉是dns问题。<br />
随后启用dns覆写,就填system,解决。<br />
<br />
机场给的dns配置是<br />
dns:<br />
&nbsp;&nbsp;enable: true<br />
&nbsp;&nbsp;ipv6: true<br />
&nbsp;&nbsp;default-nameserver:<br />
&nbsp;&nbsp;- 223.5.5.5<br />
&nbsp;&nbsp;- 119.29.29.29<br />
&nbsp;&nbsp;enhanced-mode: fake-ip<br />
&nbsp;&nbsp;fake-ip-range: 198.18.0.1/16<br />
&nbsp;&nbsp;use-hosts: true<br />
&nbsp;&nbsp;nameserver:<br />
&nbsp;&nbsp;- https://doh.pub/dns-query<br />
&nbsp;&nbsp;- https://dns.alidns.com/dns-query<br />
&nbsp;&nbsp;fallback:<br />
&nbsp;&nbsp;- https://doh.dns.sb/dns-query<br />
&nbsp;&nbsp;- https://dns.cloudflare.com/dns-query<br />
&nbsp;&nbsp;- https://dns.twnic.tw/dns-query<br />
&nbsp;&nbsp;- tls://8.8.4.4:853<br />
&nbsp;&nbsp;fallback-filter:<br />
&nbsp; &nbsp; geoip: true<br />
&nbsp; &nbsp; ipcidr:<br />
&nbsp; &nbsp; - 240.0.0.0/4<br />
&nbsp; &nbsp; - 0.0.0.0/32<br />
<br />
<br />
<br />

wawos 发表于 昨天 14:23

代理就应该全局, 不应该依靠本地DNS, 直接应该用fakeDNS瞬间返回一个假的IP,<br />
查询域名真实IP的操作应该完全交给海外的代理服务器,<br />
页: [1]
查看完整版本: dns覆写可解决部分机场问题