Skip to content

Releases: cloudfoundry/bosh-dns-release

v1.6.0

27 Jun 22:35
Compare
Choose a tag to compare
  • Filter out available DNS recursors by looking at NIC addresses instead of MAC address matching

v1.5.0

13 Apr 03:30
Compare
Choose a tag to compare
  • 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

03 Apr 00:31
Compare
Choose a tag to compare
  • Allow for excluded_recursors to include ports (and add :53 by default)

v0.1.4

03 Apr 00:16
Compare
Choose a tag to compare
  • Allow for excluded_recursors to include ports (and add :53 by default)

v1.3.0

13 Mar 00:52
Compare
Choose a tag to compare
  • Support reverse DNS lookups for IPs not available in /var/vcap/instance/dns/records.json

v0.1.3

07 Mar 19:45
Compare
Choose a tag to compare
  • 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 and dig -x 172.217.11.174

v1.2.0

01 Mar 21:43
Compare
Choose a tag to compare
  • Allow exclusion of recursors via excluded_recursors property (useful when non-desired recursors are picked up from /etc/resolv.conf)

v0.1.2

27 Feb 00:18
Compare
Choose a tag to compare
  • Allow exclusion of recursors via excluded_recursors property (useful when non-desired recursors are picked up from /etc/resolv.conf)

v1.1.0

07 Feb 19:05
Compare
Choose a tag to compare
  • Fixes Windows 2016 recursion to avoid recursing to consul (empty string recursor)
  • Added API endpoint for debugging

v0.1.1

25 Jan 00:25
Compare
Choose a tag to compare
  • Reduce amount of logs emitted