mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Change defaults for haproxy-tcp
This commit is contained in:
parent
896372b391
commit
6e313a25b8
3 changed files with 10 additions and 10 deletions
|
@ -50,8 +50,8 @@ o.datatype = "range(1, 10)"
|
|||
o.rmempty = false
|
||||
|
||||
|
||||
o = s:option(DynamicList, "upstreams", translate("UpStream Server"), translate("e.g. [123.123.123.123:65101 check]"))
|
||||
o.placeholder = "123.123.123.123:65101"
|
||||
o = s:option(DynamicList, "upstreams", translate("UpStream Server"), translate("e.g. [123.123.123.123:65101 weight 1 check]"))
|
||||
o.placeholder = "123.123.123.123:65101 weight 1 check"
|
||||
o.rmempty = false
|
||||
|
||||
return m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue