v6.0.0
What's Changed
- feat: configurable DNS resolver by @samialdury in 2268331
BREAKING CHANGES
- Due to multiple issues reported regarding DNS timeouts, we've set the default Nginx's resolver option to Cloudflare's public DNS resolver (1.1.1.1, 1.0.0.1), with TTL of 5 minutes. This option should be good for most deployments.
- If you want to set your own, feel free to overwrite the Nginx's resolver value by setting the
DNS_RESOLVER
environment variable. For example, to set it to Google's public DNS resolver with a TTL of 30 minutes, you would setDNS_RESOLVER
to"8.8.8.8 8.8.4.4 valid=30m"
.
- If you want to set your own, feel free to overwrite the Nginx's resolver value by setting the
Full Changelog: v5.1.0...v6.0.0