From 60c917089fb616d9c071023091e40bdb1f4c12f0 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 30 Aug 2021 13:31:37 +0800 Subject: v2rayA: Update to 1.5.2 Refreshed init script to adapt new arguments accepted by the program. Signed-off-by: Tianling Shen --- net/v2raya/files/v2raya.config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net/v2raya/files/v2raya.config') 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' -- cgit v1.2.3