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/models/config
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
..
client_common.go Pass client configuration as an argument 6 years ago
proxy.go Pass server configuration as an argument 6 years ago
server_common.go Pass server configuration as an argument 6 years ago
value.go conf: support render configure file using environment variables 6 years ago
visitor.go split visitors from proxies and add health check config 7 years ago