net/haproxy: add missing acl SNI regex text field

This commit is contained in:
Robin Müller
2020-06-10 01:40:21 +02:00
committed by GitHub
parent df8b86460c
commit ac9093e450
@@ -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>