Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jethrocarr/namedmanager
AGPL web-based DNS management interface in PHP
https://github.com/jethrocarr/namedmanager
Last synced: 5 days ago
JSON representation
AGPL web-based DNS management interface in PHP
- Host: GitHub
- URL: https://github.com/jethrocarr/namedmanager
- Owner: jethrocarr
- Created: 2013-06-22T03:12:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T09:08:04.000Z (9 months ago)
- Last Synced: 2024-08-02T12:43:47.907Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 1.46 MB
- Stars: 349
- Watchers: 45
- Forks: 125
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - jethrocarr/namedmanager - AGPL web-based DNS management interface in PHP (others)
README
# NamedManager
## Project Homepage
For more information including source code, issue tracker and documentation
visit the project homepage:https://github.com/jethrocarr/namedmanager/wiki
## Introduction
NamedManager is an AGPL web-based DNS management system designed to make the
adding, adjusting and removal of zones/records easy and reliable.Rather than attempting to develop a new nameserver as in the case of many DNS
management interfaces, NamedManager supports the tried and tested Bind
nameserver, by generating Bind compatible configuration files whenever a change
needs to be applied.This also ensures that an outage of the management server web interface or SQL
database will not result in any impact to DNS servers.## Key Features
* Allows addition, adjusting and deletion DNS zones.
* Supports Bind 9 and pushes Bind compatible configuration and zone files to configured servers.
* Supports Amazon Route53
* Ability to import from Bind zonefile support.
* Includes a log tailer that runs on the name servers and sends back logs that are rendered in the web interface.
* SOAP API to allow other tools to hook into the interface.
* Written in PHP and uses a MySQL database backend.
* Supports IPv4 and IPv6 users of the management interface.
* Supports IPv4 and IPv6 forward and reverse records zones.
* Supports internationalized domain names.## Application Structure
* docs/
Documentation, authors file, copyright/license and other information.* htdocs/
Web-based Frontend* bind/
Scripts for integrating with Bind name servers.* resources/
Sample config files, spec files, packaging tools and other bits.* sql/
Database schemea install and upgrade components.