From efbfea4407093ce3604027306f5097f900d1e4e8 Mon Sep 17 00:00:00 2001 From: Kaveh Dadgar Date: Sun, 8 Sep 2024 19:42:39 +0330 Subject: [PATCH] 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 -d https://hiddify.com/app/HiddifyCli-guide/# --- wrt/files/hiddify.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 wrt/files/hiddify.conf diff --git a/wrt/files/hiddify.conf b/wrt/files/hiddify.conf new file mode 100644 index 0000000..fe71f16 --- /dev/null +++ b/wrt/files/hiddify.conf @@ -0,0 +1,4 @@ +config hiddify 'main' + option enabled '0' + option config '/config/file/or/sublink' + option appconfig '/etc/hiddify/appconfig.json'