From 44561faea4423fc5ccbb0c906e75610c334d0bee Mon Sep 17 00:00:00 2001
From: Dmitry Lukashin <dlukashin@gmail.com>
Date: Sat, 6 Aug 2016 00:30:54 +0300
Subject: [PATCH] Add notes about configuring PowerDNS

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index 6614dda..2758077 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,23 @@ Installing
 
 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
 ===========