From c5b4c8d01e5bea040de19f30c66c798ae746f315 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 18 Mar 2014 02:40:51 +0100 Subject: Added additional info about config to README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ffc9f3..2230218 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,23 @@ Dependencies (under Debian) Configuration ------------- -The configuration is done in the yaml format. +The configuration is done in the yaml format, and has three main +sections. These are users, dnskeys, and zones. -example config: +### users +This section contains a list of usernames and their passwords. It's +possible to store the passwords hashed, but not salted, by specifying +the hashing method used. +### dnskeys +The dnskeys section kontain a list of TSIG keys, their names and which +algorithm they use. + +### zones +This section is where all domains are specified as subsections for the +zone they belong too. + +### Example config users: - username: user1 password: pass1 -- cgit v1.2.3