Commit Graph

12 Commits (5e70d5bee0e99eeaccd555cc24bd76a3d5bfe045)

Author SHA1 Message Date
fatedier c95311d1a0
support yaml/json/toml configuration format, make ini deprecated (#3599) 1 year ago
fatedier e1cef053be
server/proxy: simplify the code (#3488) 2 years ago
Craig O'Donnell aa31d7ad0b
support bandwidth_limit set by server plugin (#3271)
* support bandwidth_limit set by server plugin

* limiter at proxy level

* bandwidth_limit_mode

* updates tests for bandwidth_limit_mode default

* bandwidth_limit_mode as string

* add checkForSrv for bandwidth_limit_mode

* bandwidth_limit flags for sub cmds

* gci write
2 years ago
fatedier 9d077b02cf
lint by golangci-lint (#3080) 2 years ago
fatedier 3fbdea0f6b
rename models to pkg (#2005) 4 years ago
fatedier 8b75b8b837
fix by golint (#1822) 5 years ago
fatedier 649f47c345 change log method 5 years ago
Tyler Compton 6277af4790 Pass server configuration as an argument
The ServerCommonConf is now passed around as an argument instead of
being shared between components as a global variable. This allows for
more natural interaction with server.Session as a library and allows for
multiple servers to co-exist within the same process.

Related: #1387
6 years ago
fatedier b3ed863021 support http load balancing 6 years ago
fatedier 74a8752570 fix route conflict 6 years ago
fatedier 48990da22e go vet 6 years ago
fatedier 611d063e1f server: adjust code structure 6 years ago