• v0.1.11 bb8e3d2500

    zdns v0.1.11 Stable

    pipeline-bot released this 2026-07-08 13:51:53 +00:00 | 0 commits to main since this release

    Fixed

    • recursor --help now documents --http-listen <addr:port> (was <addr>).
      The flag is parsed by parseListenAddr, which requires a port, so the old
      help led users to --http-listen 127.0.0.1, which fails with InvalidAddress.
    • parseListenAddr now rejects an empty address with error.InvalidAddress
      instead of indexing addr[0] out of bounds (a panic in safe builds). A bare
      listen= in a config file, or --listen "", hit this. Added a test.

    Changed

    • README quick-start config example now uses listen=127.0.0.1:5354, matching
      the port used by make docker-serve / docker-compose so a copied example
      lines up with the documented dig -p 5354 smoke test.
    Downloads