mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 11:55:50 +03:00
[GH-ISSUE #60] TTL cannot be set per record #192
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#192
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?
Originally created by @mark-kubacki on GitHub (Jan 9, 2015).
Original GitHub issue: https://github.com/abh/geodns/issues/60
TTLs for records are being ignored; GeoDNS does only take into account the zone's default TTL.
For example, given test.example.com, lines 32–35 with the default TTL of 600 and a configured TTL of 601 for bar.test.example.com,
I expect this:
But the result is the default TTL:
@abh commented on GitHub (Jan 31, 2015):
That's surprising; I thought I had tests for this. I'll have a look, thank you!
@abh commented on GitHub (Feb 19, 2015):
Thank you again for pointing this out.
@mark-kubacki commented on GitHub (Feb 19, 2015):
Thank you!