aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/dnsutil/ttl.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-10Fix typos (#6235)Gravatar Zhizhen He 1-0/+1
* Fix typos and add todo to fix spelling of dnsutil.MaximumDefaulTTL Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2018-10-19plugin/cache: fix TTL for negative DNS responses (#2197)Gravatar Ruslan Drozhdzh 1-29/+9
2018-06-27Fix max-age in http server (#1890)Gravatar Miek Gieben 1-0/+72
* Fix max-age in http server Move the minMsgTTL to dnsutil and rename it MinimalTTL, move some constants there as well. Use these new function in server_https to correctly set the max-age HTTP header. Fixes: #1823 * Linter