Releases: cloudfoundry/bosh-dns-release
Releases · cloudfoundry/bosh-dns-release
v1.10.0
Bug Fix
- Treat
SERVFAIL
responses as errors. Changes behavior to failover to different recursor onSERVFAIL
(#160204388)
v1.9.0
- Health executables are now run before starting health server #160099048
- Pass the interface name to powershell to set DNS
- Update internal dependencies
v1.8.0
v1.7.0
v1.6.0
- Filter out available DNS recursors by looking at NIC addresses instead of MAC address matching
v1.5.0
- Support alias globbing for instance groups, networks, and deployments
- Properly append default DNS port for IPv6 addresses
- Add another Microsoft OUI MAC address for ignoring virtual interfaces
v1.4.0
- Allow for
excluded_recursors
to include ports (and add:53
by default)
v0.1.4
- Allow for
excluded_recursors
to include ports (and add:53
by default)
v1.3.0
- Support reverse DNS lookups for IPs not available in
/var/vcap/instance/dns/records.json
v0.1.3
- Support reverse DNS lookups for IPs not available in
/var/vcap/instance/dns/records.json
(does not account for handlers)- Examples:
dig -x 2001:4860:4860:0:0:0:0:8888
anddig -x 172.217.11.174
- Examples: