diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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 |