frpc.ini 450 B

1234567891011121314151617
  1. # [common] is integral section
  2. [common]
  3. server_addr = 0.0.0.0
  4. server_port = 7000
  5. # console or real logFile path like ./frpc.log
  6. log_file = ./frpc.log
  7. # debug, info, warn, error
  8. log_level = info
  9. # for authentication
  10. auth_token = 123
  11. # test1 is the proxy name same as server's configuration
  12. [test1]
  13. local_ip = 127.0.0.1
  14. local_port = 22
  15. # true or false, if true, messages between frps and frpc will be encrypted, default is false
  16. use_encryption = true