Merge pull request #1883 from MrRoundRobin/patch-1

net/haproxy: add missing acl SNI regex text field
This commit is contained in:
Frank Wall
2020-06-18 09:21:00 +02:00
committed by GitHub
@@ -478,6 +478,12 @@
<type>text</type>
<help><![CDATA[The value of the Server Name TLS extension sent by a client ends with the specified string (suffix match).]]></help>
</field>
<field>
<id>acl.ssl_sni_reg</id>
<label>SNI Regex</label>
<type>text</type>
<help><![CDATA[The value of the Server Name TLS extension sent by a client matches with the specified regular expression.]]></help>
</field>
<field>
<label>Parameters</label>
<type>header</type>