From 272cff0d1c6265fe374aeed582423858beedf6bc Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 25 Jan 2024 00:38:09 +0800 Subject: v2raya: do not allow changing config/log directory We need stable path to persist configurations and read log from LuCI. Signed-off-by: Tianling Shen --- net/v2raya/files/v2raya.config | 6 ------ 1 file changed, 6 deletions(-) (limited to 'net/v2raya/files/v2raya.config') diff --git a/net/v2raya/files/v2raya.config b/net/v2raya/files/v2raya.config index 8ebf318cd..66b66b243 100644 --- a/net/v2raya/files/v2raya.config +++ b/net/v2raya/files/v2raya.config @@ -5,9 +5,6 @@ config v2raya 'config' # Listening address option address '0.0.0.0:2017' - # v2rayA configuration directory - option config '/etc/v2raya' - # Make sure your IPv6 network works fine before you turn it on. # Optional values: auto, on, off. option ipv6_support 'auto' @@ -19,9 +16,6 @@ config v2raya 'config' # Optional values: trace, debug, info, warn or error option log_level 'info' - # The path of log file - option log_file '/var/log/v2raya/v2raya.log' - # Maximum number of days to keep log files option log_max_days '3' -- cgit v1.2.3