frp/cmd/frpc/sub
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.
2019-08-20 14:08:01 -07:00
..
http.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
https.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
reload.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
root.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
status.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
stcp.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
tcp.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
udp.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00
xtcp.go Pass client configuration as an argument 2019-08-20 14:08:01 -07:00