mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[PR #82] [CLOSED] Remove minimum ns ttl #125
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/abh/geodns/pull/82
Author: @abligh
Created: 9/4/2015
Status: ❌ Closed
Base:
master← Head:remove-minimum-ns-ttl📝 Commits (2)
cc09d9dAdd delay to test start.d763f74Remove minimum TTL for NS records📊 Changes
3 files changed (+18 additions, -8 deletions)
View changed files
📝
serve_test.go(+4 -0)📝
zone.go(+1 -1)📝
zones.go(+13 -7)📄 Description
geodns adopted a seemingly arbitrary minimum TTL for NS records of 86400 seconds (one day). I can find no reason for this in the RFCs. Setting a lower TTL is useful e.g. when NS records are to be changed, for instance removal of a nameserver. This patch removes this arbitrary limit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.