-
zdns v0.1.11 Stable
released this
2026-07-08 13:51:53 +00:00 | 0 commits to main since this releaseFixed
recursor --helpnow documents--http-listen <addr:port>(was<addr>).
The flag is parsed byparseListenAddr, which requires a port, so the old
help led users to--http-listen 127.0.0.1, which fails withInvalidAddress.parseListenAddrnow rejects an empty address witherror.InvalidAddress
instead of indexingaddr[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 bymake docker-serve/docker-composeso a copied example
lines up with the documenteddig -p 5354smoke test.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads