这段时间又在用 dnsforwarder,发现 6 版本有僵尸进程的问题,v5 又有一堆 close wait 不释放,作者也好久没更新了。
不知道大佬们还知道什么更好的?
ihciah
2019-10-01 15:57:27 +08:00
unbound ?
Chingim
2019-10-02 08:59:25 +08:00
coredns
Chingim
2019-10-02 09:01:16 +08:00
dnsmasq 也支持
Q: Why doesn't dnsmasq support DNS queries over TCP? Don't the RFC's specify that?
A: Update: from version 2.10, it does. There are a few limitations: data obtained via TCP is not cached, and source-address or query-port specifications are ignored for TCP.
peesefoo
2019-10-02 09:07:34 +08:00
Pcap_DNSProxy 前几天把项目全删掉了。 可以试试 shawn1m/overture
Kobayashi
2019-10-02 14:06:36 +08:00
pdnsd 多年未更新,不建议使用。 unbound 和 dnsmasq 任选。
pcap_dnsproxy 从来都不推荐,臃肿。本身是 DNS 解包过滤假包,后来把各种过墙方案( proxy、dnscrypt、压缩指针等)都加了进来,这不吃饱撑的嘛。还有就是长期依赖都没给出一个日志输出功能,GitHub 有人提过,作者说你们自己去抓包看?!卧槽