GloboDNS
1.0.1
Globodnsは、Restful APIを使用したバインドに基づいてドメイン名サービスを管理し、MySQLを永続的なストレージバックエンドとして使用するように設計されたRuby on Railsアプリケーションです。このプロジェクトは、Kenneth Kalmerが開発したPowerDns-on-railsの適応であり、UI、ジョブキュー、特定のインポートスクリプトなどのいくつかの機能です。
Globodnsは、パッシブな方法でバインドで作業するように設計されています。プライマリおよびスレーブサーバー、データベースを構成し、レコードの最初のインポートを実行した後、すべての作業はアプリケーションとDBの間で行われます。その後、すべてのファイルがRSYNCツールを介してBINDサーバーにエクスポートされ、任意のコマンドがRNDCユーティリティで発行されます。
下:管理者ユーザーからのスクリーンショット。
Image1:ドメインの詳細を表示します

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