mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix v2ray support
This commit is contained in:
parent
e8c5feeda1
commit
006f34277f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
%>
|
%>
|
||||||
<%
|
<%
|
||||||
local obfs_installed = nixio.fs.access("/usr/bin/obfs-local")
|
local obfs_installed = nixio.fs.access("/usr/bin/obfs-local")
|
||||||
local v2ray_installed = nixio.fs.access("/usr/bin/obfs-local")
|
local v2ray_installed = nixio.fs.access("/usr/bin/v2ray-plugin")
|
||||||
if obfs_installed or v2ray_installed then
|
if obfs_installed or v2ray_installed then
|
||||||
%>
|
%>
|
||||||
<div class="cbi-value">
|
<div class="cbi-value">
|
||||||
|
|
Loading…
Reference in a new issue