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.

29 lines
752 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. # force open ipv6
  8. option force_ipv6_on '0'
  9. # ssr, pingTunnel, etc.
  10. option plugin_listen_port '32346'
  11. # Executable v2ray binary path. Auto-detect if put it empty
  12. option v2ray_bin ''
  13. # Additional v2ray config directory, files in it will be combined with config generated by v2rayA
  14. option v2ray_confdir ''
  15. # Specify the certification path instead of automatically generating a self-signed certificate.
  16. # Example: /etc/v2raya/grpc_certificate.crt,/etc/v2raya/grpc_private.key
  17. option vless_grpc_inbound_cert_key ''
  18. # Print detailed v2ray-core log to stdout
  19. option verbose '0'