mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #4759 from fraenki/haproxy_460
net/haproxy: release 4.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
PLUGIN_NAME= haproxy
|
||||
PLUGIN_VERSION= 4.5
|
||||
PLUGIN_VERSION= 4.6
|
||||
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
|
||||
PLUGIN_DEPENDS= haproxy py${PLUGIN_PYTHON}-haproxy-cli
|
||||
PLUGIN_DEPENDS= haproxy30 py${PLUGIN_PYTHON}-haproxy-cli
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -6,6 +6,12 @@ very high loads while needing persistence or Layer7 processing.
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
4.6
|
||||
|
||||
Changed:
|
||||
* improve help text for "http-request redirect" rules (#4650)
|
||||
* rename "http-request redirect" input field (#4650)
|
||||
|
||||
4.5
|
||||
|
||||
Changed:
|
||||
|
||||
+2
-2
@@ -87,9 +87,9 @@
|
||||
</field>
|
||||
<field>
|
||||
<id>action.http_request_redirect</id>
|
||||
<label>HTTP Redirect</label>
|
||||
<label>Redirect Command</label>
|
||||
<type>text</type>
|
||||
<help><![CDATA[Use HAProxy's redirect function to return a HTTP redirection. See <a href="http://docs.haproxy.org/3.0/configuration.html#redirect">HAProxy's documentation</a> for further details and examples.]]></help>
|
||||
<help><![CDATA[Use HAProxy's redirect function to return a HTTP redirection. A full redirect command is required, e.g. "location https://www.example.net/" or "scheme https code 301". See <a href="http://docs.haproxy.org/3.0/configuration.html#redirect">HAProxy's documentation</a> for further details and examples.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Parameters</label>
|
||||
|
||||
Reference in New Issue
Block a user