Merge pull request #19 from gonzojive/default-ttl
Update defaultTTL to 120 seconds.
This commit is contained in:
commit
075c214825
4
zone.go
4
zone.go
@ -9,8 +9,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// defaultTtl controls how long we set the TTL for records
|
// defaultTTL is the default TTL value in returned DNS records in seconds.
|
||||||
defaultTTL = 10
|
defaultTTL = 120
|
||||||
)
|
)
|
||||||
|
|
||||||
// Zone is the interface used to integrate with the server and
|
// Zone is the interface used to integrate with the server and
|
||||||
|
Loading…
Reference in New Issue
Block a user