mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: support new map file type "sub"
This commit is contained in:
parent
f64be105b0
commit
3aa7c39481
2 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ Added:
|
|||
* add new condition: HTTP method
|
||||
* support custom HTTP status code in "http-request deny" rules
|
||||
* add new backend option to control PROXY protocol for health checks (#2909)
|
||||
* add support for new map file types: beg,end,int,ip,reg,str (#3641)
|
||||
* add support for new map file types: beg,end,int,ip,reg,str,sub (#3641)
|
||||
* add support for more sample fetches: quic_enabled, stopping, wait_end (#3702)
|
||||
* add support for HTTP compression (#4867)
|
||||
* add all action keywords for http-request/-response and tcp-request/-response rules
|
||||
|
|
|
|||
|
|
@ -4359,6 +4359,7 @@
|
|||
<ip>ip - IPs</ip>
|
||||
<reg>reg - Regular Expressions</reg>
|
||||
<str>str - Strings</str>
|
||||
<sub>sub - substring matches requested value</sub>
|
||||
</OptionValues>
|
||||
</type>
|
||||
<content type="TextField">
|
||||
|
|
|
|||
Loading…
Reference in a new issue