You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
http.go Pass client configuration as an argument 6 years ago
https.go Pass client configuration as an argument 6 years ago
reload.go Pass client configuration as an argument 6 years ago
root.go Pass client configuration as an argument 6 years ago
status.go Pass client configuration as an argument 6 years ago
stcp.go Pass client configuration as an argument 6 years ago
tcp.go Pass client configuration as an argument 6 years ago
udp.go Pass client configuration as an argument 6 years ago
xtcp.go Pass client configuration as an argument 6 years ago