Skip to content

Releases: flaktack/systemd-resolved-docker

v1.0.0

04 Jul 10:08
Compare
Choose a tag to compare

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 the docker0 interfaces is DOWN

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 to ALLOWED_DOMAINS if it is not present
  • Add integration tests and GitHub Actions