python dns server开源列表 TODO
基于dns lib的,https://github.com/andreif/dnslib
有:https://www.cnblogs.com/anpengapple/p/5664500.html
https://github.com/anpengapple/apple_dns
https://github.com/circuits/circuits/blob/master/examples/dnsserver.py
https://gist.github.com/pklaus/b5a7876d4d2cf7271873
https://gist.github.com/andreif/6069838
原生的:
https://www.cnblogs.com/yulele/p/3721305.html
https://gist.github.com/Phaeilo/9a176887050a9617605786d66ca03b71
https://github.com/howCodeORG/howDNS/blob/master/dns.py
https://github.com/windwild/python-simple-DNS/blob/master/simpleDNS.py
https://gist.github.com/andreif/6040183
https://gist.github.com/WheresAlice/1397520
https://github.com/jimmykane/Roque-Dns-Server/blob/master/dns.py
https://github.com/obfusk/dns.py/blob/master/dns.py
https://github.com/pathes/fakedns/blob/master/fakedns.py
使用了gevent,twisted,asyncio:
https://github.com/isnowfy/dns
https://gist.github.com/gleicon/1074124
https://github.com/saghul/aiodns
https://github.com/gera2ld/async_dns
https://gist.github.com/kotnik/5722085
没有细看的:
https://github.com/prologic/udns
https://github.com/skyline75489/SimpleDNS
https://github.com/gleicon/python_dns_servers
https://github.com/rjrivero/docker-pydns
https://github.com/daveisadork/PyDevNS
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· DeepSeek 开源周回顾「GitHub 热点速览」
2017-03-23 lucene Index Store TermVector 说明
2017-03-23 Lucene in action 笔记 term vector——针对特定field建立的词频向量空间,不存!不会!影响搜索,其作用是告诉我们搜索结果是“如何”匹配的,用以提供高亮、计算相似度,在VSM模型中评分计算
2017-03-23 Kappa:比Lambda更好更灵活的实时处理架构