Merge pull request #19 from gonzojive/default-ttl

Update defaultTTL to 120 seconds.
This commit is contained in:
Armon Dadgar 2014-10-20 10:56:37 -07:00
commit 075c214825

View File

@ -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