luci-app-unbound: Colons removed from input headers
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 <ameer1234567890@gmail.com>
This commit is contained in:
parent
6fa1267553
commit
71581c80b1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue