Updates
- In order to ease the transition from older versions of
bosh-dns-release
for folks who may not yet have added SANs to their TLS certificates, theGODEBUG
environment variable is set tox509ignoreCN=0
in thebosh-dns
start script. For some more information about the underlying issue, read this: https://golang.org/doc/go1.15#commonname. - DNS queries are now properly considered case-insensitive. This should resolve #22 .
- Adds a
recursor_max_retries
configuration option to increase the number of times a query will be presented to a configured recursor. (PR #75 , Issue #74 ) - Bumps vendored dependencies.
Fixes
- Documents the
metrics.address
job property. The most widely useful setting for this property (0.0.0.0
), is now explicitly mentioned in the Bosh DNS job spec file.