mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-04 02:55:53 -06:00
net/haproxy: sync with master
This commit is contained in:
parent
4cc81dba48
commit
00a544cb51
@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= haproxy
|
||||
PLUGIN_VERSION= 2.22
|
||||
PLUGIN_VERSION= 2.23
|
||||
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
|
||||
PLUGIN_DEPENDS= haproxy
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
|
||||
@ -478,6 +478,17 @@
|
||||
<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>
|
||||
<label>Parameters</label>
|
||||
<type>header</type>
|
||||
<style>expression_table table_ssl_sni_reg</style>
|
||||
</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>
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
###################################################################
|
||||
# Local syslog-ng configuration filter definition [haproxy].
|
||||
###################################################################
|
||||
filter f_local_haproxy {
|
||||
program("haproxy");
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user