frps.ini 344 B

1234567891011121314
  1. # [common] is integral section
  2. [common]
  3. bind_addr = 0.0.0.0
  4. bind_port = 7000
  5. # console or real logFile path like ./frps.log
  6. log_file = ./frps.log
  7. # debug, info, warn, error
  8. log_level = info
  9. # test1 is the proxy name, client will use this name and auth_token to connect to server
  10. [test1]
  11. auth_token = 123
  12. bind_addr = 0.0.0.0
  13. listen_port = 6000