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.46k stars 1.08k forks source link

如何配置让所有的解析都写入ipset? #1061

Closed PHCSJC closed 10 months ago

PHCSJC commented 2 years ago

就是让所有的解析结果全部写入ipset,这个怎么配置呢? 再请教一个问题,如何将未知域名添加到ipset中,就是我不确定要访问哪个域名,但我希望解析后把它加到ipset中

PikuZheng commented 2 years ago

ipset /domain-set:alldomain/someipsetname domain-set -name alldomain -type list -file alldomains

文件alldomains记录全球所有顶级域名,可以从icann获取(目前1487个)

”所有的解析结果全部写入ipset“和”将未知域名添加到ipset“有区别吗

pymumu commented 10 months ago

bind参数支持ipset设置。

https://pymumu.github.io/smartdns/config/ipset-nftset/