mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[GH-ISSUE #118] A Record Ttl and NS Ttl #370
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#370
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 @pengyuu on GitHub (Mar 13, 2020).
Original GitHub issue: https://github.com/abh/geodns/issues/118
I try to set NS ttl like this:
test.example.com.json
but A record ttl:
My expectation is
so i changed the code:
dig result:
@abh commented on GitHub (Jun 4, 2025):
I wish I'd setup the configuration so all records could have metadata like this.
The problem here is that "ttl" is associated with the apex record ("") and not specifically with the A record, I think. Can you show a more complete configuration? (If this is still remotely relevant 5 years later! 🍭 )