Commit Graph

17 Commits

Author SHA1 Message Date
Fishbone
f01f36edd1 proxy.go: Minor cleanup due to PR feedbacks 2021-07-04 18:49:13 +08:00
Fishbone
a41824b454 proxy.go: Adopt proper error handling from net/mux/mux.go#Serve()
Feat. fatedier from PR review
2021-07-04 09:41:47 +08:00
Fishbone
afffbb5aa9 proxy.go: Don't close listener when met 'accept: too many open files' error
Since this error is temporary, we should continue to serving.
2021-07-02 20:32:12 +08:00
yuyulei
72595b2da8
Add user remote address info log (#2184) 2021-01-11 16:52:17 +08:00
fatedier
3fbdea0f6b
rename models to pkg (#2005) 2020-09-23 13:49:14 +08:00
fatedier
8b75b8b837
fix by golint (#1822) 2020-05-24 17:48:37 +08:00
Tank
4797136965
feat: support sudp proxy (#1730) 2020-04-22 21:37:45 +08:00
zhang-wei
ad0c449a75
Server manager support the NewUserConn operation (#1740)
support NewUserConn operation
2020-04-16 13:06:46 +08:00
fatedier
495d999b6c
refactoring monitor code, support prometheus (#1668)
* refactoring monitor code, support prometheus
* remove vendor
2020-03-11 13:20:26 +08:00
fatedier
1db091b381
tcp multiplexing over http connect tunnel 2020-03-05 21:47:49 +08:00
Guy Lewin
6c6607ae68
feat: add multiple authentication methods, token and oidc.
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
2020-03-01 10:57:01 +08:00
fatedier
649f47c345 change log method 2019-10-12 20:13:12 +08:00
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
2019-08-19 15:52:08 -07:00
fatedier
b3ed863021 support http load balancing 2019-07-31 00:41:58 +08:00
fatedier
9c4ec56491 support proxy protocol 2019-03-29 19:01:18 +08:00
fatedier
48990da22e go vet 2019-01-31 16:49:23 +08:00
fatedier
611d063e1f server: adjust code structure 2019-01-15 00:11:08 +08:00