Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@samialdury samialdury released this 31 Oct 13:10
· 1 commit to main since this release
2268331

What's Changed

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 set DNS_RESOLVER to "8.8.8.8 8.8.4.4 valid=30m".

Full Changelog: v5.1.0...v6.0.0