applications/luci-splash: add rate limiting options for splash clients
This commit is contained in:
parent
a75d304028
commit
5c26ca647b
1 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,14 @@ m = Map("luci_splash", "Client-Splash", [[Client-Splash ist das Freifunk Hotspot
|
||||||
s = m:section(NamedSection, "general", "core", "Allgemein")
|
s = m:section(NamedSection, "general", "core", "Allgemein")
|
||||||
s:option(Value, "leasetime", "Freigabezeit", "h")
|
s:option(Value, "leasetime", "Freigabezeit", "h")
|
||||||
|
|
||||||
|
s:option(Value, "limit_up", "Upload-Limitierung", "Kilobit/s - limitiert die Upload-Geschwindigkeit von Clients")
|
||||||
|
s:option(Value, "limit_down", "Download-Limitierung", "Kilobit/s - limitiert die Download-Geschwindigkeit von Clients")
|
||||||
|
|
||||||
|
s:option(DummyValue, "_tmp", "",
|
||||||
|
"Bandbreitenlimitierung für Clients wird aktiviert wenn sowohl Up- als auch " ..
|
||||||
|
"Download-Geschwindigkeit angegeben werden. Auf 0 setzen um die Limitierung zu deaktivieren. " ..
|
||||||
|
"Clients in der Whitelist werden nicht limitiert.")
|
||||||
|
|
||||||
s = m:section(TypedSection, "iface", "Schnittstellen")
|
s = m:section(TypedSection, "iface", "Schnittstellen")
|
||||||
s.template = "cbi/tblsection"
|
s.template = "cbi/tblsection"
|
||||||
s.addremove = true
|
s.addremove = true
|
||||||
|
|
Loading…
Reference in a new issue