Releases: containers/aardvark-dns
Releases · containers/aardvark-dns
v1.13.1
- Fix parsing of ipv6 link local addresses in resolv.conf (#535)
v1.13.0
- Set TTL to 0 for container names
- Allow forwarding of names with no ndots
- DNS: limit to 3 resolvers and use better timeout for them
- Ignore unknown resolv.conf options
v1.10.1-rhel
- Don't tear down all server threads on SIGHUP (#513)
v1.12.2
- This release fixes a security issue (CVE-2024-8418) where tcp connections where not handled correctly which allowed a container to block dns queries for other clients on the same network #500. Versions before v1.12.0 are unaffected as they do not have tcp support.
v1.12.1
- Fixed problem with categories in Cargo.toml that prevented us from publishing v1.12.0
v1.12.0
- Dependency updates
- Improve all around error handling and logging
- Added TCP/IP support
- Update upsteam resolvers on each refresh
v1.11.0
- Do not allow "internal" networks to access DNS
- On SIGHUP, stop AV threads no longer needed and reload in memory those that are
- updated dependencies
v1.10.0
- removed unused kill switch
- updated dependencies
v1.9.0
- update trust-dns to hickory
- never report an error when the syslog init fails
- dependency updates