net/haproxy: sync with master

This commit is contained in:
Franco Fichtner 2020-06-24 14:35:41 +02:00
parent 4cc81dba48
commit 00a544cb51
3 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,6 @@
###################################################################
# Local syslog-ng configuration filter definition [haproxy].
###################################################################
filter f_local_haproxy {
program("haproxy");
};