Refreshed init script to adapt new arguments accepted by the program. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
29 lines
752 B
Text
29 lines
752 B
Text
|
|
config v2raya 'config'
|
|
option enabled '0'
|
|
|
|
# Listening address
|
|
option address '0.0.0.0:2017'
|
|
|
|
# v2rayA configuration directory
|
|
option config '/etc/v2raya'
|
|
|
|
# force open ipv6
|
|
option force_ipv6_on '0'
|
|
|
|
# ssr, pingTunnel, etc.
|
|
option plugin_listen_port '32346'
|
|
|
|
# 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 ''
|
|
|
|
# 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 ''
|
|
|
|
# Print detailed v2ray-core log to stdout
|
|
option verbose '0'
|
|
|