kuoruan / luci-app-v2ray

LuCI support for V2Ray
1.18k stars 283 forks source link

V2Ray 资源文件路径 选项不生效 #353

Open beeperman opened 3 years ago

beeperman commented 3 years ago

image 官方固件19.07.7 x86 设置资源文件路径到自己的location后无法启动(资源文件路径含有个人定义的文件),如果将v2ray执行文件复制到该文件夹并设置V2Ray 文件指向该新文件则可以运行。

临时解决方案:写一个bashscript来代理.. 好像也不work。。难道只能copy过来了吗。。 `

!/bin/bash

echo "exporting V2RAY_LOCATION_ASSET=$(pwd)"

export V2RAY_LOCATION_ASSET="$(pwd)" /usr/bin/v2ray "$@" `