mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: shorten option values
This commit is contained in:
parent
fc62599f0c
commit
fd3b75aa0a
1 changed files with 2 additions and 2 deletions
|
|
@ -623,8 +623,8 @@
|
|||
<proxyProtocol type="OptionField">
|
||||
<Required>N</Required>
|
||||
<OptionValues>
|
||||
<v1>PROXY protocol version 1</v1>
|
||||
<v2>PROXY protocol version 2</v2>
|
||||
<v1>Version 1</v1>
|
||||
<v2>Version 2</v2>
|
||||
</OptionValues>
|
||||
</proxyProtocol>
|
||||
<linkedServers type="ModelRelationField">
|
||||
|
|
|
|||
Loading…
Reference in a new issue