Commit Graph

46 Commits (dev)

Author SHA1 Message Date
Jeb.Wang 450b8393bc
Fix goroutine leaks
* Fix goroutine leaks
2 weeks ago
fatedier f7a06cbe61
use go1.23 (#4495) 4 months ago
fatedier e81b36c5ba
support responseHeaders.set for proxy type http (#4192) 9 months ago
fatedier 43ba7bd338
use new log package (#4054) 11 months ago
fatedier 69ae2b0b69
optimize some code (#3801) 1 year ago
fatedier d5b41f1e14 sshTunnelGateway refactor (#3784) 1 year ago
0x7fff 8b432e179d feat: ssh client implement (#3671)
* feat: frps support ssh

* fix: comments

* fix: update pkg

* fix: remove useless change

---------

Co-authored-by: int7 <int7@gmail.com>
1 year ago
fatedier 5e70d5bee0
code optimization (#3625) 1 year ago
fatedier c95311d1a0
support yaml/json/toml configuration format, make ini deprecated (#3599) 1 year ago
fatedier e9e12cf888
fix incorrect use of snappy pool (#3549) 2 years ago
fatedier efcc028a3d
fix a race condition issue (#3536) 2 years ago
fatedier 15a245766e
fix the issue of duplicate xtcp proxies will cause the previous proxy to become ineffective (#3489) 2 years ago
fatedier e1cef053be
server/proxy: simplify the code (#3488) 2 years ago
fatedier de85c9455a
stcp, xtcp, sudp: support allow_users and specified server user (#3472) 2 years ago
fatedier 9aef3b9944
adjust code style about config (#3464) 2 years ago
fatedier 555db9d272
format import package name (#3455) 2 years ago
fatedier c71efde303
refactor the code related to xtcp (#3449) 2 years ago
fatedier 8f394dba27
trace log adds join errors (#3352) 2 years ago
fatedier 862b1642ba
tcpmux: support authentication (#3345) 2 years ago
fatedier 2f59e967a0
web/frps: more info (#3326) 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 4af85da0c2
type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode (#2932) 3 years ago
fatedier 6194273615
use net.JoinHostPort instead of fmt.Sprintf (#2791) 3 years ago
Fishbone df5859b5f7
Fix server-side proxy inappropriate quit when met `accept: too many open files` error (#2467) 4 years ago
fatedier fbaa5f866e
add e2e tests (#2334) 4 years ago
yuyulei 72595b2da8
Add user remote address info log (#2184) 4 years ago
fatedier 3fbdea0f6b
rename models to pkg (#2005) 4 years ago
fatedier c9fe23eb10
more e2e tests (#1845) 4 years ago
fatedier 8b75b8b837
fix by golint (#1822) 5 years ago
Tank d193519329
feat: Support user specify udp packet size in config (#1794) 5 years ago
Tank 4797136965
feat: support sudp proxy (#1730) 5 years ago
Guy Lewin 6d78af6144
feat: group TCP mux proxies (#1765) 5 years ago
zhang-wei ad0c449a75
Server manager support the NewUserConn operation (#1740)
support NewUserConn operation
5 years ago
fatedier 495d999b6c
refactoring monitor code, support prometheus (#1668)
* refactoring monitor code, support prometheus
* remove vendor
5 years ago
fatedier 1db091b381
tcp multiplexing over http connect tunnel 5 years ago
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
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 b7a73d3469 support proxy protocol for type http 6 years ago
fatedier 9c4ec56491 support proxy protocol 6 years ago
fatedier 74a8752570 fix route conflict 6 years ago
fatedier e691a40260 improve the stability of xtcp 6 years ago
fatedier 48990da22e go vet 6 years ago
fatedier 611d063e1f server: adjust code structure 6 years ago