aboutsummaryrefslogtreecommitdiff
path: root/net/v2raya/files/v2raya.config
blob: d9ff36581afd00efffb29da1dbd080bb98a47b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
config v2raya 'config'
	option enabled '0'

	# 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'

	# 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'

	option log_disable_color '1'

	option log_disable_timestamp '0'

	# Executable v2ray binary path. Auto-detect if put it empty
	option v2ray_bin ''

	# 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 ''