frps.ini 255 B

123456789101112131415
  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 = debug
  8. # file, console
  9. log_way = console
  10. # test1即为name
  11. [test1]
  12. passwd = 123
  13. bind_addr = 0.0.0.0
  14. listen_port = 6000