wolf-joe / ts-dns

Telescope DNS,灵活快速的DNS分组转发器
MIT License
316 stars 31 forks source link

提个建议,希望作者能把最近新的DNS TYPE65请求屏蔽功能增加上,谢谢 #30

Closed fox85 closed 4 years ago

fox85 commented 4 years ago

鉴于最近ios升级了14之后,会默认发出qtype 65的DNS请求,这样的话有可能令使用翻墙的我们带来了不希望的CDN解析的结果,希望大佬能采纳,谢谢!

rampageX commented 4 years ago

建议直接做可自定义禁止查询的类型: disable_qtype = ["AAAA", "NS", "HTTPS"]

wolf-joe commented 4 years ago

working on it

wolf-joe commented 4 years ago

已经加到最新的commit了,配置文件参考ts-dns-full.toml

fox85 commented 4 years ago

已经加到最新的commit了,配置文件参考ts-dns-full.toml

非常感谢大佬的快速响应!

另外请问可否帮忙编译好一份二进制可执行文件放在release,最近的一份是5月19日的了

wolf-joe commented 4 years ago

v0.15已发布