Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这与关于 BIND的类似问题有关,但在这种情况下,我想看看是否有任何简单的方法可以将各种区域文件解析为字典、列表或其他一些可管理的数据结构,最终目标是提交数据到数据库。
我正在使用 BIND 8.4.7 和 Python 2.4。如果需要,我可能能够说服管理层使用更高版本的 Python,但目前 BIND 版本是不可协商的。
ISTM,easyzone可能会满足您的需求。它位于 dnspython 之上,这将是一个替代 API。