frpc.ini 235 B

1234567891011121314
  1. # common是必须的section
  2. [common]
  3. server_addr = 127.0.0.1
  4. bind_port = 7000
  5. log_file = ./frpc.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. local_port = 22