mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
DNS Editor working with PowerDNS's new API.
https://dns.ostreff.info
css | ||
includes | ||
jquery-ui@9268634b80 | ||
jtable@c1d6eb9eb3 | ||
.gitignore | ||
.gitmodules | ||
index.php | ||
LICENSE | ||
README.md | ||
users.php | ||
zones.php |
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
toincludes/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 ;)