This repository was archived by the owner on Jan 23, 2025. It is now read-only.
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 thedocker0interfaces 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
--hostnamevalues - Don't allow top-level only domains in
ALLOWED_DOMAINS - Automatically
DEFAULT_DOMAINtoALLOWED_DOMAINSif it is not present - Add integration tests and GitHub Actions