diff --git a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm index 07f8a7835..d81f88551 100644 --- a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm +++ b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm @@ -6,6 +6,7 @@ local fs = require "nixio.fs" local sys = require "luci.sys" local ut = require "luci.util" + local uname = nixio.uname() local ifaces = sys.net:devices() local ifttyu = nixio.fs.glob("/dev/ttyUSB*") local ifttyc = nixio.fs.glob("/dev/cdc-wdm*") @@ -239,6 +240,9 @@
<%:Set the default Proxy used for TCP when ShadowSocks is enabled, for TCP and UDP when V2Ray is enabled.%> <%:Only ShadowSocks is supported with server multiple IPs for now.%> + <% if uname.release:sub(1,4) == "5.15" or uname.release:sub(1,1) == "6" then %> +
<%:V2Ray doesn't support aggregation on Kernel > 5.4 yet.%> + <% end %>