Commit Graph

8 Commits (f4e4fbea62096710f1f228be46ca42f4fee54951)

Author SHA1 Message Date
kekeimiku 0cee1877e3
refactor: move from io/ioutil to io and os package (#2592) 3 years ago
fatedier 02b12df887
frpc: consider include configs for verify and reload command (#2424) 4 years ago
fatedier 3fbdea0f6b
rename models to pkg (#2005) 4 years ago
Tyler Compton 666f122a72 Pass client configuration as an argument
The ClientCommonConf, configuration file path, and server UDP port are
now passed around as arguments instead of being shared between
components as global variables. This allows for multiple clients to
exist in the same process, and allows client.Session to be used as a
library more easily.
6 years ago
Jiajun Huang 75383a95b3 resp.Body must be closed after function return
whether it's success or fail, otherwise it will cause memory leak
ref: https://golang.org/pkg/net/http/
6 years ago
fatedier 2481dfab64 fix api 6 years ago
荒野無燈 a2ccb6c190 frpc: fixup ini config parse problem in sub command `status` and `reload`. 6 years ago
fatedier 0f6f674a64 cmd: support more cli command 7 years ago