mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix XRay
This commit is contained in:
parent
c184f30c10
commit
4da4487376
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ define Package/$(PKG_NAME)-config-nft
|
|||
TITLE+= (init script with nft)
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/description
|
||||
define Package/$(PKG_NAME)-core/description
|
||||
Xray-core bare bones binary (compiled without cgo)
|
||||
endef
|
||||
|
||||
|
@ -53,7 +53,7 @@ define Package/$(PKG_NAME)-config-nft/description
|
|||
Xray-core init script with nft support
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/config
|
||||
define Package/$(PKG_NAME)-core/config
|
||||
menu "Xray Configuration"
|
||||
depends on PACKAGE_$(PKG_NAME)-core
|
||||
|
||||
|
|
|
@ -2114,7 +2114,7 @@ start_instance() {
|
|||
fi
|
||||
|
||||
if [ -z "$xray_file" ] || [ ! -s "$xray_file" ] ; then
|
||||
_err "Invalid V2Ray file."
|
||||
_err "Invalid XRay file."
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue