mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: support IPv6 listen addresses, closes #152
This commit is contained in:
parent
af76a86650
commit
cde3bbc051
1 changed files with 1 additions and 2 deletions
|
|
@ -249,8 +249,7 @@
|
|||
<bind type="CSVListField">
|
||||
<Required>Y</Required>
|
||||
<multiple>Y</multiple>
|
||||
<!-- <default>localhost:8080</default> -->
|
||||
<mask>/^((([0-9a-zA-Z._\-\*]+:[0-9]+(-[0-9]+)?)([,]){0,1}))*/u</mask>
|
||||
<mask>/^((([0-9a-zA-Z._\-\*:]+:[0-9]+(-[0-9]+)?)([,]){0,1}))*/u</mask>
|
||||
<ChangeCase>lower</ChangeCase>
|
||||
<ValidationMessage>Please provide a valid listen address, i.e. 127.0.0.1:8080 or www.example.com:443. Port range as start-end, i.e. 127.0.0.1:1220-1240.</ValidationMessage>
|
||||
</bind>
|
||||
|
|
|
|||
Loading…
Reference in a new issue