aboutsummaryrefslogtreecommitdiff
path: root/net/v2raya/files/v2raya.config
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2022-11-29 02:32:01 +0800
committerTianling Shen <cnsztl@immortalwrt.org>2022-11-29 02:38:47 +0800
commit17362ce57c88da583c039d81b800b3edad5a6053 (patch)
tree6443ca1284d947086e0c22ce29220d07c9fcec69 /net/v2raya/files/v2raya.config
parent664ecae4e6379928aae0527b96b65ffe0199049d (diff)
v2raya: backports upstream fixes and add 3 new options
It may take a long time waiting for a new tag, so backport these important bug fixes for now. While at it, added 3 new options provided by upstream, and deprecated the usage of `$(AUTORELEASE)`. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/v2raya/files/v2raya.config')
-rw-r--r--net/v2raya/files/v2raya.config13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/v2raya/files/v2raya.config b/net/v2raya/files/v2raya.config
index fbda47431..d9ff36581 100644
--- a/net/v2raya/files/v2raya.config
+++ b/net/v2raya/files/v2raya.config
@@ -31,6 +31,19 @@ config v2raya 'config'
# Additional v2ray config directory, files in it will be combined with config generated by v2rayA
option v2ray_confdir ''
+ # The executable file to run in the transparent proxy life-cycle.
+ # v2rayA will pass in the --transparent-type (tproxy, redirect)
+ # and --stage (pre-start, post-start, pre-stop, post-stop) arguments.
+ option transparent_hook ''
+
+ # The executable file to run in the v2ray-core life-cycle.
+ # v2rayA will pass in the --stage (pre-start, post-start, pre-stop, post-stop) argument.
+ option core_hook ''
+
+ # The executable file to run in the v2ray-core life-cycle.
+ # v2rayA will pass in the --stage (pre-start, post-start, pre-stop, post-stop) argument.
+ option plugin_manager ''
+
# Specify the certification path instead of automatically generating a self-signed certificate.
# Example: /etc/v2raya/grpc_certificate.crt,/etc/v2raya/grpc_private.key
option vless_grpc_inbound_cert_key ''