You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
997 B

  1. config v2raya 'config'
  2. option enabled '0'
  3. # Listening address
  4. option address '0.0.0.0:2017'
  5. # v2rayA configuration directory
  6. option config '/etc/v2raya'
  7. # Make sure your IPv6 network works fine before you turn it on.
  8. # Optional values: auto, on, off.
  9. option ipv6_support 'auto'
  10. # Optional values: trace, debug, info, warn or error
  11. option log_level 'info'
  12. # The path of log file
  13. option log_file '/var/log/v2raya/v2raya.log'
  14. # Maximum number of days to keep log files
  15. option log_max_days '3'
  16. option log_disable_color '1'
  17. option log_disable_timestamp '0'
  18. # Executable v2ray binary path. Auto-detect if put it empty
  19. option v2ray_bin ''
  20. # Additional v2ray config directory, files in it will be combined with config generated by v2rayA
  21. option v2ray_confdir ''
  22. # Specify the certification path instead of automatically generating a self-signed certificate.
  23. # Example: /etc/v2raya/grpc_certificate.crt,/etc/v2raya/grpc_private.key
  24. option vless_grpc_inbound_cert_key ''