auto_test_frpc.ini 275 B

123456789101112131415161718
  1. [common]
  2. server_addr = 0.0.0.0
  3. server_port = 10700
  4. log_file = ./frpc.log
  5. # debug, info, warn, error
  6. log_level = debug
  7. auth_token = 123
  8. [echo]
  9. type = tcp
  10. local_ip = 127.0.0.1
  11. local_port = 10701
  12. use_encryption = true
  13. [web]
  14. type = http
  15. local_ip = 127.0.0.1
  16. local_port = 10702