lhttp=ucs:option(DynamicList,"listen_http",translate("HTTP listeners (address:port)"),translate("Bind to specific interface:port (by specifying interface address"))
returnnil,"must listen on at list one address:port"
end
returnDynamicList.validate(self,value,section)
end
o=ucs:option(Flag,"redirect_https",translate("Redirect all HTTP to HTTPS"))
o.default=o.enabled
o.rmempty=false
o.description=translate("Redirect all HTTP to HTTPS when SSl cert was installed")
o=ucs:option(Flag,"rfc1918_filter",translate("Ignore private IPs on public interface"),translate("Prevent access from private (RFC1918) IPs on an interface if it has an public IP address"))