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