nezhahq / nezha

:trollface: Self-hosted, lightweight server and website monitoring and O&M tool
https://nezha.wiki
Apache License 2.0
7.32k stars 1.28k forks source link

ddns: remove ipv6 nameservers, support custom nameservers #439

Closed uubulb closed 1 month ago

uubulb commented 1 month ago

查询操作如果成功一般并不会执行到ipv6的情况,加了ipv6还会导致单栈机器直接返回,故删除 在配置文件中加入自定义DNS服务器字段,格式为 1.1.1.1:53,8.8.8.8:53...