We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win版,设置listen: 0.0.0.0:53,但本地192.168.x.x那种无响应。
另外,一个DNS组里是否能设置多个DNS Sever? 实现同时发起请求,采用最快返回的结果。 或者请求超时能自动请求下一个DNS Sever。 类似下面这种设置: CN-Public-DNS: type: dns address: 119.29.29.29:53 address: 119.28.28.28:53
The text was updated successfully, but these errors were encountered:
listen: - type: udp address: 0.0.0.0:53
Sorry, something went wrong.
试了一下,保留127.0.0.1的段,新加了一段192.168.x.x:53的可以了。
另外,提个建议,希望能增加类似Unbound的include功能,方便更新维护列表(在用dnsmasq-china-list的)。
嗯,确实有这个需求,我抽空加一下!感谢!
No branches or pull requests
win版,设置listen: 0.0.0.0:53,但本地192.168.x.x那种无响应。
另外,一个DNS组里是否能设置多个DNS Sever?
实现同时发起请求,采用最快返回的结果。
或者请求超时能自动请求下一个DNS Sever。
类似下面这种设置:
CN-Public-DNS:
type: dns
address: 119.29.29.29:53
address: 119.28.28.28:53
The text was updated successfully, but these errors were encountered: