-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: increase TTLs for NODATA responses (#59)
* fix: set SOA minimum TTL to 1 day minimize the need for returning "NODATA-A/AAAA" responses See: #52 * fix(acme): empty TXT to control TTL of DNS-01 this ensures we ALWAYS control TTL of ACME DNS-01 response and keep it very low (10s here) to ensure "not set" response is not cached for hours due to minimal TTL from SOA * fix: defensive check against bugs in datastore if dynamodb starts returning empty strings, we want to see that reflected in metrics * test: DNS01NotSetValue making sure we always return "empty" txt
- Loading branch information
Showing
3 changed files
with
60 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters