mirror of
https://github.com/futurice/alley-oop.git
synced 2026-04-25 22:45:51 +03:00
[GH-ISSUE #4] Make the TTL of the dyn-domains configurable #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/alley-oop#2
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 @jareware on GitHub (Aug 8, 2018).
Original GitHub issue: https://github.com/futurice/alley-oop/issues/4
The TTL set for the A records (for example) is defined here:
github.com/futurice/alley-oop@a80e24d0fd/dns.go (L34)as 300. For our use case, a much larger value would make sense.
Making this configurable would probably be the nicest option.
@sevesalm commented on GitHub (Sep 5, 2018):
Closed in #5