DNS Editor working with PowerDNS's new API. https://dns.ostreff.info
Find a file
2014-07-10 16:30:41 +02:00
css Fix nicer screen for dses 2014-06-30 13:31:06 +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 Include a handler for 'option' fields 2014-07-10 16:16:22 +02:00
jquery-ui@9268634b80 Refactoring 2014-05-23 11:48:19 +02:00
js Does this fix it? 2014-07-03 16:47:32 +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 Update .gitmodules 2014-07-03 16:44:39 +02:00
index.php Remove this if-statement, we don't need it anymore 2014-07-10 16:30:41 +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 Allow users to be returned as a Optionslist 2014-07-10 16:17:11 +02:00
zones.php Delete the zone from the database if it is deleted 2014-07-10 15:11:31 +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 ;)