git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6fa1267
)
luci-app-unbound: Colons removed from input headers
author
Ameer Dawood
<redacted>
Sun, 19 Aug 2018 08:42:49 +0000
(13:42 +0500)
committer
Ameer Dawood
<redacted>
Sun, 19 Aug 2018 08:42:49 +0000
(13:42 +0500)
Most OpenWrt applications do not have a colon in input headers.
This has been explained in #1566 as well.
This commit removes the said colons.
Signed-off-by: Ameer Dawood <redacted>
applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
index 8170f3d2be24156ebceb74201f7d2ac6a6199890..df2164f8a647ab8fb3a597f87fd1f70a52fca935 100644
(file)
--- a/
applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
+++ b/
applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
@@
-250,7
+250,7
@@
if (valman == "0") then
qrs:depends("query_minimize", true)
eds = s1:taboption("resource", Value, "edns_size",
- translate("EDNS Size
:
"),
+ translate("EDNS Size"),
translate("Limit extended DNS packet size"))
eds.datatype = "and(uinteger,min(512),max(4096))"
eds.placeholder = "1280"
git clone https://git.99rst.org/PROJECT