documentation

This commit is contained in:
Miek Gieben 2013-05-10 15:40:56 +02:00
parent 99878f2cdf
commit 48a8ce58cd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ type SignatureConfig struct {
// SignerRoutines specifies the number of signing goroutines, if not
// set runtime.NumCPU() + 1 is used as the value.
SignerRoutines int
// SOA Minttl value must be used as the ttl on NSEC/NSEC3 records.
// The zone's SOA Minttl value must be used as the ttl on NSEC/NSEC3 records.
Minttl uint32
}