]> git.kaiwu.me - haproxy.git/commit
MINOR: resolvers: basic TXT record implementation
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 24 Mar 2026 10:43:19 +0000 (11:43 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Mar 2026 16:24:28 +0000 (18:24 +0200)
commite418e828aab9cbc85557c1a8787b7a1d8e79a82e
tree824b7a71d7e273f085f6ce597e1eb90bc31cf60f
parent50446c35a7b2db65e9d07ea8357ad56ba594ae28
MINOR: resolvers: basic TXT record implementation

This patch adds support for TXT records. It allows to get the first
string of a TXT-record which is limited to 255 characters.
The rest of the record is ignored.
include/haproxy/resolvers-t.h
src/resolvers.c