GloboDNS
1.0.1
GloboDNS是Ruby on Rails应用程序,旨在管理基于与Restful API绑定的域名服务,并将MySQL用作持久存储后端。该项目是肯尼斯·卡尔默(Kenneth Kalmer)开发的PowerDNS-on-on-rails的改编,以及某些功能,例如UI,工作队列和绑定特定的导入脚本。
GloboDN被设计为以被动的方式与绑定一起工作。一旦配置了主服务器和奴隶服务器,数据库并执行了您的记录的第一个导入,所有工作均在应用程序和DB之间完成。然后,所有文件都是通过RSYNC工具导出到bind Server的,并使用RNDC实用程序发出任何命令。
下图:管理用户的一些屏幕截图。
图像1:显示域细节

Image2:添加一个新域

Image3:添加新记录

Image4:列表持续在DNS-API上的操作

With multiple levels of privilege, we can ensure that a specific user is able to perform only specific tasks.
All actions are validated to prevent bad records or other undesirable human mistakes.
The UI provides a simplier way to manage the service.
RESTful architecture
Multi-user with groups of privilege
Asychronous and synchronous tasks modes
Conversion and import tools
Zone/Record Templates
Full audit record of all changes
Macros for easy bulk updating of domains
Support for Bind MASTER, NATIVE & SLAVE record types
ChangElog
设置您的环境
管理员指南
API