mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-16 12:31:09 +01:00
In some environments it is not possible to rely on any wildcard for a domain name (eg: .com, .net, .fr...) so it is required to send multiple domain extensions. (Un)fortunately the syntax check on the domain name prevented that from being done the dirty way. So let's just build a domain list when multiple domains are passed on the same line. (cherry picked from commit 950245ca2b772fd6b99b8152c48c694ed0212857)