# v2raya config example
# Everything has defaults so you only need to uncomment things you want to
# change
# Listening address
# V2RAYA_ADDRESS=0.0.0.0:2017

# Executable v2ray binary path. Auto-detect if put it empty.
# V2RAYA_V2RAY_BIN=

# v2rayA configuration directory
# V2RAYA_CONFIG=/etc/v2raya

# Additional v2ray config directory, files in it will be combined with config 
# generated by v2rayA
# V2RAYA_V2RAY_CONFDIR=

# v2ray-core assets directory for searching and downloading files like 
# geoip.dat. This will override environment V2RAY_LOCATION_ASSET and 
# XRAY_LOCATION_ASSET.
# V2RAYA_V2RAY_ASSETSDIR=

# Timeout duration in seconds for starting v2ray or xray core. On devices 
# with lower performance, consider increasing this value.
# V2RAYA_CORE_STARTUP_TIMEOUT=15

# 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.
# V2RAYA_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.
# V2RAYA_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.
# V2RAYA_PLUGIN_MANAGER=

# v2rayA web files directory. use embedded files if not specify.
# V2RAYA_WEBDIR=

# Optional values: auto, on, off. Make sure your IPv6 network works fine 
# before you turn it on.
# V2RAYA_IPV6_SUPPORT=auto

# Optional values: auto, on, off. Experimental feature. Make sure you have 
# installed nftables.
# V2RAYA_NFTABLES_SUPPORT=auto

# Skip privilege checking. Use it only when you cannot start v2raya but 
# confirm you have root privilege
# V2RAYA_PASSCHECKROOT=false

# Optional values: trace, debug, info, warn or error
# V2RAYA_LOG_LEVEL=info

# The path of log file
# V2RAYA_LOG_FILE=

# Maximum number of days to keep log files
# V2RAYA_LOG_MAX_DAYS=3

