Skip to content

Commit

Permalink
Force NS record TTLs to be 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Sep 1, 2012
1 parent 0e0cd57 commit 61a5db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ func setupZoneData(data map[string]interface{}, Zone *Zone) {

case dns.TypeNS:
rec := records[rType][i]
h.Ttl = 86400
rr := &dns.RR_NS{Hdr: h}

switch rec.(type) {
Expand Down

0 comments on commit 61a5db5

Please sign in to comment.