From a8b3a646fe7572fd27c9fb562f7894abb2c260ea Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 2 Oct 2012 19:26:49 +0200 Subject: [PATCH] Add documentation link about the database layout. The database, will be created by PDNS itself, so we directly can use it. --- backend.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend.py b/backend.py index f3efa64..d21cb59 100644 --- a/backend.py +++ b/backend.py @@ -18,6 +18,9 @@ # # ############################################################################### # # +# Basic information about the database layout can be found here: # +# http://doc.powerdns.com/gsqlite.html # +# # # More details about the database tables and fields can be found here: # # http://wiki.powerdns.com/trac/wiki/fields # # # -- 2.47.3