mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add an alert that V2ray doesn't aggregate on 6.1 kernel for now
This commit is contained in:
parent
182cb253c1
commit
a1a9b90155
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
local fs = require "nixio.fs"
|
local fs = require "nixio.fs"
|
||||||
local sys = require "luci.sys"
|
local sys = require "luci.sys"
|
||||||
local ut = require "luci.util"
|
local ut = require "luci.util"
|
||||||
|
local uname = nixio.uname()
|
||||||
local ifaces = sys.net:devices()
|
local ifaces = sys.net:devices()
|
||||||
local ifttyu = nixio.fs.glob("/dev/ttyUSB*")
|
local ifttyu = nixio.fs.glob("/dev/ttyUSB*")
|
||||||
local ifttyc = nixio.fs.glob("/dev/cdc-wdm*")
|
local ifttyc = nixio.fs.glob("/dev/cdc-wdm*")
|
||||||
|
@ -239,6 +240,9 @@
|
||||||
<div class="cbi-value-description">
|
<div class="cbi-value-description">
|
||||||
<%:Set the default Proxy used for TCP when ShadowSocks is enabled, for TCP and UDP when V2Ray is enabled.%>
|
<%: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.%>
|
<%: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 %>
|
||||||
|
<br /><b><%:V2Ray doesn't support aggregation on Kernel > 5.4 yet.%></b>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue