s = m:section(TypedSection, "defaults")
s.anonymous = true
+s.addremove = false
s:option(Flag, "syn_flood")
m = Map("luci_splash", "Client-Splash", [[Client-Splash ist das Freifunk Hotspot-Authentifizierungs-System.]])
s = m:section(NamedSection, "general", "core", "Allgemein")
+s.addremove = false
+
s:option(Value, "leasetime", "Freigabezeit", "h")
s:option(Value, "limit_up", "Upload-Limitierung", "Kilobyte/s - limitiert die Upload-Geschwindigkeit von Clients")
s = m:section(TypedSection, "interface", "")
s.addremove = true
+s.anonymous = false
s.extedit = luci.dispatcher.build_url("admin", "network", "network") .. "/%s"
s.template = "cbi/tblsection"
s.override_scheme = true
s = m:section(TypedSection, "dnsmasq", translate("settings"))
s.anonymous = true
+s.addremove = false
s:option(Flag, "domainneeded")
s:option(Flag, "authoritative")
s:option(Value, "tftp_root").optional = true
s:option(Value, "dhcp_boot").optional = true
-return m
\ No newline at end of file
+return m