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.

23 lines
632 B

  1. config init
  2. option stdout 1
  3. option stderr 1
  4. option user frpc
  5. option group frpc
  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/frpc.d/frpc_full.ini'
  12. config conf 'common'
  13. option server_addr 127.0.0.1
  14. option server_port 7000
  15. # List options with name="_" will be directly appended to config file
  16. # list _ '# Key-A=Value-A'
  17. config conf 'ssh'
  18. option type tcp
  19. option local_ip 127.0.0.1
  20. option local_port 22
  21. option remote_port 6000