skynetservices/skydns

Documentation errata min_ttl defaults to 60 and not 30 seconds

Opened this issue · 0 comments

skydns/server/config.go

Lines 99 to 101 in 94b2ea0

if config.MinTtl == 0 {
config.MinTtl = 60
}