mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Add notes about configuring PowerDNS
This commit is contained in:
parent
854c067e1f
commit
44561faea4
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -56,6 +56,23 @@ Installing
|
||||||
|
|
||||||
Have fun ;)
|
Have fun ;)
|
||||||
|
|
||||||
|
Configuring PowerDNS
|
||||||
|
====================
|
||||||
|
Minimal cofiguration of PowerDNS for supporting nsedit has to include 3 directives:
|
||||||
|
```
|
||||||
|
webserver=yes
|
||||||
|
api=yes
|
||||||
|
api-key=SomeRandomString
|
||||||
|
```
|
||||||
|
|
||||||
|
Special note for Ubuntu Xenial Xerus 16.04 users:
|
||||||
|
Default `pdns` package included in Ubuntu repositories has the version of 4.0.0-alpha2 and *nsedit v1.0* doesn't work with it due to API incompatibility.
|
||||||
|
|
||||||
|
If your PowerDNS version is not the latest one, please consider adding PowerDNS repository to your system.
|
||||||
|
|
||||||
|
Detailed instructions for adding repository are available at http://repo.powerdns.com/
|
||||||
|
|
||||||
|
|
||||||
Screenshots
|
Screenshots
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue