frps.ini 326 B

1234567891011121314151617
  1. # common是必须的section
  2. [common]
  3. bind_addr = 0.0.0.0
  4. bind_port = 7000
  5. log_file = ./frps.log
  6. # debug, info, warn, error
  7. log_level = info
  8. # file, console
  9. log_way = console
  10. # 心跳检测超时时间,单位秒,默认为30
  11. heartbeat_timeout = 30
  12. # test1即为name
  13. [test1]
  14. passwd = 123
  15. bind_addr = 0.0.0.0
  16. listen_port = 6000