luci-app-tinyproxy: fix description of ConnectPort option
authorJo-Philipp Wich <[email protected]>
Tue, 3 May 2022 12:51:13 +0000 (14:51 +0200)
committerJo-Philipp Wich <[email protected]>
Mon, 3 Apr 2023 11:18:06 +0000 (13:18 +0200)
Fixes: #803
Signed-off-by: Jo-Philipp Wich <[email protected]>
(backported from commit eadf07b5299a450c43bc4162f891d5c95b629e8a)

applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua

index e38dec4b91f73ff71e75c22983c553e2acc5e0c6..527d86c9d5f6c5dd2fb787276ccbab78d02a95d8 100644 (file)
@@ -131,7 +131,7 @@ o.datatype = "ipaddr"
 
 
 o = s:taboption("filter", DynamicList, "ConnectPort", translate("Allowed connect ports"),
-       translate("List of allowed ports for the CONNECT method. A single value \"0\" allows all ports"))
+       translate("List of allowed ports for the CONNECT method. A single value \"0\" disables CONNECT completely, an empty list allows all ports"))
 
 o.placeholder = 0
 o.datatype = "port"