Merge pull request #20261 from pprindeville/strongswan-update-5.9.9
[feed/packages.git] / net / v2raya / files / v2raya.config
1
2 config v2raya 'config'
3 option enabled '0'
4
5 # Listening address
6 option address '0.0.0.0:2017'
7
8 # v2rayA configuration directory
9 option config '/etc/v2raya'
10
11 # Make sure your IPv6 network works fine before you turn it on.
12 # Optional values: auto, on, off.
13 option ipv6_support 'on'
14
15 # Experimental feature. Make sure you have installed nftables.
16 # Optional values: auto, on, off.
17 option nftables_support 'on'
18
19 # Optional values: trace, debug, info, warn or error
20 option log_level 'info'
21
22 # The path of log file
23 option log_file '/var/log/v2raya/v2raya.log'
24
25 # Maximum number of days to keep log files
26 option log_max_days '3'
27
28 option log_disable_color '1'
29
30 option log_disable_timestamp '0'
31
32 # Executable v2ray binary path. Auto-detect if put it empty
33 option v2ray_bin ''
34
35 # Additional v2ray config directory, files in it will be combined with config generated by v2rayA
36 option v2ray_confdir ''
37
38 # The executable file to run in the transparent proxy life-cycle.
39 # v2rayA will pass in the --transparent-type (tproxy, redirect)
40 # and --stage (pre-start, post-start, pre-stop, post-stop) arguments.
41 option transparent_hook ''
42
43 # The executable file to run in the v2ray-core life-cycle.
44 # v2rayA will pass in the --stage (pre-start, post-start, pre-stop, post-stop) argument.
45 option core_hook ''
46
47 # The executable file to run in the v2ray-core life-cycle.
48 # v2rayA will pass in the --stage (pre-start, post-start, pre-stop, post-stop) argument.
49 option plugin_manager ''
50
51 # Specify the certification path instead of automatically generating a self-signed certificate.
52 # Example: /etc/v2raya/grpc_certificate.crt,/etc/v2raya/grpc_private.key
53 option vless_grpc_inbound_cert_key ''
54