<%+header%> <% if stderr and #stderr > 0 then %>
<%=pcdata(stderr)%>
<% end %> <% local latest_omr_version=luci.model.uci.cursor():get("openmptcprouter","latest_versions","vps") omr_test = false uci:foreach("openmptcprouter","server", function(s) servername = s[".name"] local omr_version=luci.model.uci.cursor():get("openmptcprouter",servername,"omr_version") if omr_version ~= "" and latest_omr_version ~= "" and omr_version ~= latest_omr_version then omr_test = true end end) if omr_test == true then %>

<%:Update VPS%>

<%:Update remotly the server to latest version when needed.%> <%:Beta%>
<% end %>

<%:Advanced Settings%>

<%:VPS settings%> <% uci:foreach("openmptcprouter","server", function(s) servername = s[".name"] %>

<%=servername%>

checked<% end %>>
<% end) %> <% local obfs_installed = nixio.fs.access("/usr/bin/obfs-local") local v2ray_installed = nixio.fs.access("/usr/bin/obfs-local") if obfs_installed or v2ray_installed then %>
checked<% end %>>
<%:Obfuscating will be enabled on both side%>
<% end %>
<%:Networks settings%>
">
">
">
">
checked<% end %>>
checked<% end %>>
<%:When enable check are done on external sites to get each WAN IP and the IP used to go outside.%>
checked<% end %>>
<%:Disable TCP Fast Open on Linux and Shadowsocks configuration%>
checked<% end %>>
<%:Save vnstats statistics on disk%>
checked<% end %>>
<%:Disable gateway ping status check%>
checked<% end %>>
<%:Disable server ping status check%>
<% if nixio.fs.access("/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq") then %>
<%:Systems settings%>
">
">
<% end %>
<%+footer%>