pymumu / smartdns

A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。
https://pymumu.github.io/smartdns/
GNU General Public License v3.0
8.49k stars 1.09k forks source link

如何禁止某个上游服务器返回IPv4结果? #1820

Closed Xymmh closed 2 months ago

Xymmh commented 2 months ago

我想让某个(某几个)上游服务器不要返回IPv4结果(A记录),请问是否有现有参数可以实现呢?

已经尝试过在额外的服务器参数里添加 -force-qtype-SOA 1 但无济于事

PikuZheng commented 2 months ago

设置black-list为所有ipv4地址并对这个上游应用black-list

Xymmh commented 2 months ago

设置black-list为所有ipv4地址并对这个上游应用black-list

谢谢,完美实现了我的需求。