DNS Editor working with PowerDNS's new API. https://dns.ostreff.info
Find a file
2014-06-10 21:19:26 +02:00
css Delete border on opened zone 2014-05-23 14:43:36 +02:00
img Allow DS-info to be shown and add two icons for showing if a zone has dnssec or not. (This awaits PR #1460 for PowerDNS) 2014-06-10 11:24:44 +02:00
includes Send soa_edit_api so we don't need to worry about serials anymore. Also, add it as a default to the dist config 2014-05-26 14:15:55 +02:00
jquery-ui@9268634b80 Refactoring 2014-05-23 11:48:19 +02:00
jtable@c1d6eb9eb3 Add jtable as submodule and lock to correct version 2014-05-23 11:59:43 +02:00
.gitignore Do not allow config to be in the repository 2014-05-23 11:55:32 +02:00
.gitmodules Switch to https instead of ssh 2014-05-23 13:12:39 +02:00
index.php Do not show the dnssec-field when creating a zone 2014-06-10 21:19:26 +02:00
LICENSE Initial commit 2014-05-21 02:57:12 -07:00
README.md Update readme 2014-05-26 11:33:25 +02:00
users.php Add validation and 'htmlspecialchars' to keep Teun from breaking stuff 2014-05-26 12:04:24 +02:00
zones.php Fix the setting for soa-edit 2014-06-10 21:15:47 +02:00

nsedit

DNS Editor working with PowerDNS' new API

You can testdrive it via http://nsedit.tuxis.nl/ . Log in with admin/admin. Feel free to change stuff, but please let admin/admin be admin/admin :)

requirements

  • A webserver running php
  • php sqlite3
  • php curl
  • PowerDNS with the experimental JSON-api enabled

installing

  • Run git clone --recursive https://github.com/tuxis-ie/nsedit.git where you want to run nsedit

  • Copy includes/config.inc.php-dist to includes/config.inc.php and edit config.inc.php to your needs.

  • Visit http(s):///nsedit/ and login with admin/admin (Don't forget to update your password!)

Have fun ;)