fix: openwrt userid conflict with singbox

added a 1 in front of every user id seemed safe[1] and has been previously done for port numbers as well.  
https://en.wikipedia.org/wiki/User_identifier
This commit is contained in:
Kaveh Dadgar
2024-09-08 20:33:56 +03:30
committed by GitHub
parent e3e763d5a7
commit eb218564b9

View File

@@ -30,7 +30,7 @@ define Package/hiddify-core
CATEGORY:=Network
URL:=https://hiddify.com/
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +kmod-inet-diag +kmod-tun
USERID:=hiddify-core=5566:hiddify-core=5566
USERID:=hiddify=15566:hiddify=15566
endef
define Package/hiddify-core/description