add: new openwrt configuration

shortened hiddify-core to hiddify for simplicity.
removed options workingdir and user as it is not being used at the 
moment also we need root privilege for tun.
added new option "config" referring to config file or url after -c switch.
introduced option "appconfig" referring to app config file or url
 after -d switch.

hiddify-cli run -c <config file or sublink> -d <HiddifyApp config file 
or URL>
https://hiddify.com/app/HiddifyCli-guide/#
This commit is contained in:
Kaveh Dadgar
2024-09-08 19:42:39 +03:30
committed by GitHub
parent ca6ee4b01c
commit efbfea4407

4
wrt/files/hiddify.conf Normal file
View File

@@ -0,0 +1,4 @@
config hiddify 'main'
option enabled '0'
option config '/config/file/or/sublink'
option appconfig '/etc/hiddify/appconfig.json'