This release adds two main features:
- Support for docker compose projects
- Uses a dummy interface (
srd-dummy
) for integrating with systemd-resolved so that DNS resolving works even if thedocker0
interfaces isDOWN
Other changes:
- Add handling for the host network using
DEFAULT_HOST_IP
- Allow specifying both the listen IPs and ports explicitly
- Use
SetLinkDNSEx()
where possible so that ports other then 53 may be used - Add support for wildcard
--hostname
values - Don't allow top-level only domains in
ALLOWED_DOMAINS
- Automatically
DEFAULT_DOMAIN
toALLOWED_DOMAINS
if it is not present - Add integration tests and GitHub Actions