plugins
plugins copied to clipboard
net/haproxy: add SNI support in mapfile-based backend selection
This adds two options to the "Map domains to backend pools using a map file". One of the options is addressing https://github.com/opnsense/plugins/issues/3641.
The first option adds all map_dom, map_str, map_beg, map_end and map_reg (regex) support.
The second option adds SNI support.
Defaults are chosen such that existing setups don't change behavior.
I am currently testing this in our lab, but the more testing this gets the better.