diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-08-30 13:31:37 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2021-08-31 00:23:17 +0800 |
commit | 60c917089fb616d9c071023091e40bdb1f4c12f0 (patch) | |
tree | 0373870abb74cf167daf5dcc43e2e64f0dd41490 /net/v2raya/files/v2raya.config | |
parent | 6b7193bbd121581325db2ef16ad3f94cb16eaa78 (diff) |
v2rayA: Update to 1.5.2
Refreshed init script to adapt new arguments accepted by the program.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/v2raya/files/v2raya.config')
-rw-r--r-- | net/v2raya/files/v2raya.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/v2raya/files/v2raya.config b/net/v2raya/files/v2raya.config index 7a7926873..04b1a3f81 100644 --- a/net/v2raya/files/v2raya.config +++ b/net/v2raya/files/v2raya.config @@ -18,7 +18,11 @@ config v2raya 'config' option v2ray_bin '' # Additional v2ray config directory, files in it will be combined with config generated by v2rayA - option v2ray_config '' + option v2ray_confdir '' + + # 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 '' # Print detailed v2ray-core log to stdout option verbose '0' |