frps.ini 321 B

123456789101112131415
  1. # [common] is integral 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 = file
  10. # test1 is the proxy name, client will use this name and passwd to connect to server
  11. [test1]
  12. passwd = 123
  13. bind_addr = 0.0.0.0
  14. listen_port = 6000