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.

16 lines
490 B

  1. config init
  2. option stdout 1
  3. option stderr 1
  4. option user frps
  5. option group frps
  6. option respawn 1
  7. # OS environments pass to frp for config file template, see
  8. # https://github.com/fatedier/frp#configuration-file-template
  9. # list env 'ENV_NAME=value'
  10. # Config files include in temporary config file.
  11. # list conf_inc '/etc/frp/frps.d/frps_full.ini'
  12. config conf 'common'
  13. option bind_port 7000
  14. # List options with name="_" will be directly appended to config file
  15. # list _ '# Key-A=Value-A'