mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
New README.md
This commit is contained in:
parent
c5ae169b2d
commit
94465a71a9
1 changed files with 25 additions and 6 deletions
31
README.md
31
README.md
|
@ -1,18 +1,37 @@
|
||||||
nsedit
|
What is nsedit?
|
||||||
======
|
===============
|
||||||
|
|
||||||
DNS Editor working with PowerDNS' new API
|
nsedit is a DNS editor for [PowerDNS](https://www.powerdns.com/). It is created
|
||||||
|
to finally replace poweradmin and take DNS editing to what we're used at in
|
||||||
|
2014. It uses the PowerDNS API to make changes in your zones, so you can use
|
||||||
|
the backend that you want, no matter what.
|
||||||
|
|
||||||
You can testdrive it via http://nsedit.tuxis.nl/ . Log in with admin/admin.
|
Features
|
||||||
Feel free to change stuff, but please let admin/admin be admin/admin :)
|
========
|
||||||
|
* Import BIND- or AXFR-style dumps of your existing zones
|
||||||
|
* Add/remove zones and records
|
||||||
|
* Show the DNSsec details of a zone
|
||||||
|
* Multiple user support
|
||||||
|
* [experimental] nsedit API, to create zones from another system
|
||||||
|
|
||||||
|
User support
|
||||||
|
============
|
||||||
|
Multiple users are supported. A user can be an admin or a normal user. You can
|
||||||
|
configure wheter or not a normal user is allowed to add new zones.
|
||||||
|
|
||||||
|
WeFact Login support
|
||||||
|
====================
|
||||||
|
[WeFact](https://www.wefact.com/wefact-hosting/) is _A hosting billing
|
||||||
|
product_. nsedit can authenticate against the WeFact API, which allows your
|
||||||
|
customers to login on nsedit with their WeFact credentials. It will
|
||||||
|
automatically show their domains and allow them to edit them.
|
||||||
|
|
||||||
requirements
|
requirements
|
||||||
============
|
============
|
||||||
* A webserver running php
|
* A webserver running php
|
||||||
* php sqlite3
|
* php sqlite3
|
||||||
* php curl
|
* php curl
|
||||||
* PowerDNS with the experimental JSON-api enabled
|
* PowerDNS with the experimental JSON-api enabled (3.4.0 should do)
|
||||||
|
|
||||||
installing
|
installing
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Add table
Reference in a new issue