<% -- Copyright 2015 OVH (OverTheBox@ovh.net) -- Simon Lelievre (simon.lelievre@corp.ovh.com) -- Sebastien Duponcheel (sebastien.duponcheel@ovh.net) -- -- This file is part of OverTheBox for OpenWrt. -- -- OverTheBox is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- OverTheBox is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with OverTheBox. If not, see (http://www.gnu.org/licenses/) -%> <% -- Copyright 2018-2020 Ycarus (Yannick Chabanois) ycarus@zugaina.org for OpenMPTCProuter -- -- Small changes to make this work with OpenMPTCProuter -- New features: -- * DNS detection -- * IPv6 route received -- * latest version available -- * MPTCP server status -- * Server status, errors,icon,... -- * Many tests -%> <%+header%> <% local ucic = luci.model.uci.cursor() local menuentry = ucic:get("openmptcprouter","settings","menu") or "openmptcprouter" local statuslogo = ucic:get("openmptcprouter","settings","statuslogo") or "openmptcprouter.png" %>

<%:Network overview%>

Settings

<%+footer%>