]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: resolvers: Apply dns-accept-family setting on additional records
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Oct 2025 10:11:43 +0000 (11:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Oct 2025 10:20:27 +0000 (11:20 +0100)
commitc84c15d3938aee6ec746cc06b4b5fdbfc37b0e16
treed165e223b56d9f986febcd75cf5739dbcfb18a78
parentdc35a3487bcb74d3bc9585e9cac7a196166c54ba
BUG/MINOR: resolvers: Apply dns-accept-family setting on additional records

dns-accept-family setting was only evaluated for responses to A / AAAA DNS
queries. It was ignored when additional records in SRV responses were
parsed.

With this patch, whena SRV responses is parsed, additional records not
matching the dns-accept-family setting are ignored, as expected.

This patch must be backported to 3.2.
src/resolvers.c