1
0
mirror of https://github.com/fatedier/frp.git synced 2025-08-01 11:39:03 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
fatedier
4af85da0c2 type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode () 2022-05-26 23:57:30 +08:00
fatedier
18a2af4703 frpc: support multiple confs () 2022-03-28 12:12:35 +08:00
Harry Cheng
bf635c0e90 Notify server plugins when a proxy is closed ()
* add close proxy op

* Move to actual closing routine

* Fix e2e tests for CloseProxy

* Add warning on resource exhaustion

* Add CloseProxy to manual close

* retuen errors to `CloseProxy` callers
2022-03-08 15:08:09 +08:00
fatedier
10100c28d9 client: add dial_server_timeout () 2022-02-19 16:49:21 +08:00
fatedier
6194273615 use net.JoinHostPort instead of fmt.Sprintf () 2022-02-09 15:19:35 +08:00
fatedier
70f4caac23 move dial functions into golib () 2022-01-20 20:03:07 +08:00
fatedier
293003fcdb allow to disable application layer heartbeat to reduce traffic cost ()
fix 
2022-01-13 14:26:07 +08:00
fatedier
22412851b4 server plugin: add client address in Login operation, fix () 2022-01-11 16:32:20 +08:00
fatedier
05b1ace21f remove authentication for healthz api () 2021-11-23 14:14:27 +08:00
fatedier
cbdd73b94f typo 2021-11-12 22:18:36 +08:00
fatedier
71489d194c e2e: add delay duration for monitor case 2021-10-25 20:27:22 +08:00
kekeimiku
0cee1877e3 refactor: move from io/ioutil to io and os package () 2021-09-29 10:33:57 +08:00
fatedier
42745a3da2 frpc: add disable_custom_tls_first_byte to not send first custom tls to frps () 2021-08-11 23:10:35 +08:00
fatedier
86b2e686a5 vhost: use new readClientHello function () 2021-08-03 22:58:03 +08:00
fatedier
09f39de74e add more e2e test () 2021-08-02 13:07:28 +08:00
fatedier
a51e221db3 add real ip test 2021-06-21 19:35:52 +08:00
fatedier
fe4e9b55f3 update github.com/pires/go-proxyproto to v0.5.0 2021-06-21 19:35:52 +08:00
fatedier
900454e58b more e2e test cases () 2021-06-18 16:48:36 +08:00
fatedier
02b12df887 frpc: consider include configs for verify and reload command () 2021-06-02 23:54:22 +08:00
fatedier
fbaa5f866e add e2e tests () 2021-03-31 16:57:39 +08:00
fatedier
3fbdea0f6b rename models to pkg () 2020-09-23 13:49:14 +08:00
fatedier
48fa618c34 update e2e tests () 2020-09-07 15:45:44 +08:00
fatedier
c9fe23eb10 more e2e tests () 2020-09-07 14:57:23 +08:00
fatedier
262317192c new e2e framework () 2020-06-02 22:48:55 +08:00