Releases: cloudfoundry/bosh-dns-release
Releases · cloudfoundry/bosh-dns-release
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:
v1.2.0
- Allow exclusion of recursors via
excluded_recursors
property (useful when non-desired recursors are picked up from/etc/resolv.conf
)
v0.1.2
- Allow exclusion of recursors via
excluded_recursors
property (useful when non-desired recursors are picked up from/etc/resolv.conf
)
v1.1.0
- Fixes Windows 2016 recursion to avoid recursing to
consul
(empty string recursor) - Added API endpoint for debugging
v0.1.1
- Reduce amount of logs emitted