Update docs

Update the file and dnssec docs and glarify what is implement and that
we only do NSEC.
This commit is contained in:
Miek Gieben
2016-08-29 19:15:04 +01:00
parent 2eac03896b
commit 9caa607173
2 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,9 @@
`file` enables serving zone data from an RFC 1035-style master file.
The file middleware is used for an "old-style" DNS server. It serves from a preloaded file that exists
on disk.
on disk. If the zone file contains signatures (i.e. is signed, i.e. DNSSEC) correct DNSSEC answers
are returned. Only NSEC is supported! If you use this setup *you* are responsible for resigning the
zonefile.
## Syntax