aboutsummaryrefslogtreecommitdiff
path: root/net/v2raya/files/v2raya.config
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2024-01-25 00:38:09 +0800
committerTianling Shen <cnsztl@immortalwrt.org>2024-01-25 00:49:39 +0800
commit272cff0d1c6265fe374aeed582423858beedf6bc (patch)
tree5c25c73f0a02e96512a08f0d2b92a25082a4dd77 /net/v2raya/files/v2raya.config
parent3711f7f6d2b44e85bd149f54038a3361726fce72 (diff)
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 <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/v2raya/files/v2raya.config')
-rw-r--r--net/v2raya/files/v2raya.config6
1 files changed, 0 insertions, 6 deletions
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'