mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #1883 from MrRoundRobin/patch-1
net/haproxy: add missing acl SNI regex text field
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user