From c92e71d4e6904eb53adf4d277f77c88681bc34a6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 28 Dec 2015 21:16:13 +0100 Subject: [PATCH] docs: add some info about DNSSEC, fixes #26 --- docs/admin.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/admin.rst b/docs/admin.rst index 18f06a6..2085d91 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -408,3 +408,14 @@ these requests directly from nginx without invoking any python code:: You need to add this to all server blocks (IP v4, v6, both) that are dealing with requests for the service. + +DNSSEC +------ + +There is no need for special support for DNSSEC in the nsupdate.info software, +it is sufficient to configure your DNS server (e.g. BIND) to support and manage +DNSSEC and it will just work. + +See there for more infos and links: + +https://github.com/nsupdate-info/nsupdate.info/issues/26