Commit Graph

165 Commits

Author SHA1 Message Date
fatedier c08be0fd92
update release notes (#4086) 2024-03-20 15:16:01 +08:00
Kaive Young bc5fb91c05
add header for http healthcheck (#4085) 2024-03-20 14:58:03 +08:00
fatedier 3529158f31
proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000) 2024-02-19 16:28:27 +08:00
Remember f7efbfeec5
fix: typo (#3938) 2024-01-16 18:38:54 +08:00
ThrRip 1e8806d26b
Fix missing prefix for `transport.tls.force` in the example (#3921) 2024-01-09 18:50:50 +08:00
0x7fff e7652f4ccc
feat: ssh doc (#3841)
* feat: add example

* feat: add ssh doc

---------

Co-authored-by: int7 <int7@gmail.com>
2023-12-14 20:32:40 +08:00
Aarni Koskela f5d5a00eef
Fix various typos (#3783) 2023-11-22 14:30:22 +08:00
fatedier a6478aeac8
rename example configuration file name (#3721) 2023-10-24 10:42:51 +08:00
fatedier 496b1f1078
remove configuration files in release assets (#3713) 2023-10-23 10:47:59 +08:00
fatedier 9cb0726ebc
fix example config (#3701) 2023-10-19 17:28:35 +08:00
沈鸿飞 307d1bfa3f
Fix log.level configuration in frps.toml (#3655)
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
2023-10-10 19:45:33 +08:00
fatedier 3ae1a4f45a
update confugration examples and README (#3650) 2023-10-10 16:48:13 +08:00
fatedier 7cd02f5bd8
add e2e tests for v1 config (#3608) 2023-09-13 16:32:39 +08:00
fatedier 801e8c6742
support wss between frpc and frps (#3503) 2023-06-29 11:20:45 +08:00
fatedier 685d7618f3
change default value of tls_enable and disable_custom_tls_first_byte (#3494) 2023-06-26 00:10:27 +08:00
fatedier 9aef3b9944
adjust code style about config (#3464) 2023-05-30 20:25:22 +08:00
fatedier c7a0cfc66d
xtcp: when connection timeout occurs, support fallback to STCP (#3460) 2023-05-30 10:55:00 +08:00
fatedier 98068402c8
add release notes (#3453) 2023-05-29 01:09:53 +08:00
hxysayhi db52f07d34
Update frpc_full.ini (#3399)
Fix typos.
2023-04-12 11:02:56 +08:00
fatedier a22d6c9504
frpc: support nathole discover (#3381) 2023-03-30 20:28:15 +08:00
fatedier fccd518512
frpc: add parameter nat_hole_server_addr (#3351) 2023-03-10 15:51:14 +08:00
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
2023-02-09 00:38:36 +08:00
fatedier 7678938c08
support quic options (#3211) 2022-12-18 18:43:42 +08:00
0x7fff b2e3946800
feat: release (#3205)
Co-authored-by: blizard863 <760076784@qq.com>
2022-12-13 22:37:06 +08:00
fatedier 2f66dc3e99
support protocol quic between frpc and frps (#3198) 2022-12-12 11:04:10 +08:00
EMRE ÇELİK 218b354f82
Server Dashboard SSL Support (#2982) 2022-06-27 10:08:02 +08:00
fatedier 4af85da0c2
type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode (#2932) 2022-05-26 23:57:30 +08:00
fatedier bd89eaba2f remove systemd files 2022-04-29 21:31:48 +08:00
cui fliter 915d9f4c09
fix some typos (#2882)
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-04-02 17:35:51 +08:00
fatedier 100d556336
support tcp keepalive params (#2863) 2022-03-22 19:29:30 +08:00
fatedier 63efa6b776
support pprof (#2849) 2022-03-17 11:42:59 +08:00
Blizard cd31359a27
feat: support add additional params for OIDC (#2814)
* feat: support add additional params and test access by auth0

* fix: config name

Co-authored-by: blizard863 <760076784@qq.com>
2022-03-07 14:23:49 +08:00
fatedier 10100c28d9
client: add dial_server_timeout (#2805) 2022-02-19 16:49:21 +08:00
Blizard 0db4fc07fb
feat: support set local ip in client when connect server (#2774)
* feat: support set local ip in client when connect server

* fix: typo

Co-authored-by: blizard863 <760076784@qq.com>
2022-01-26 19:47:40 +08:00
fatedier 293003fcdb
allow to disable application layer heartbeat to reduce traffic cost (#2758)
fix #2754
2022-01-13 14:26:07 +08:00
Blizard 998e678a7f
fix: typo (#2614)
Co-authored-by: blizard863 <760076784@qq.com>
2021-10-11 12:11:59 +08:00
fatedier 42745a3da2
frpc: add disable_custom_tls_first_byte to not send first custom tls to frps (#2520) 2021-08-11 23:10:35 +08:00
fatedier 09f39de74e
add more e2e test (#2505) 2021-08-02 13:07:28 +08:00
Fishbone df5859b5f7
Fix server-side proxy inappropriate quit when met `accept: too many open files` error (#2467) 2021-07-05 10:27:15 +08:00
fatedier ccb85a9926 update README 2021-06-03 00:07:51 +08:00
yuyulei 8e25f13201
update: support ipv6 (#2288) 2021-03-10 20:19:58 +08:00
yuyulei b5aee82ca9
update: support custom tls server name (#2278) 2021-03-07 14:57:23 +08:00
Kevin Crawley 52d5c9e25b
initial commit for https2https plugin (#2201) 2021-01-27 13:14:16 +08:00
yuyulei 127a31ea6a
Fix typo (#2089) 2020-11-23 11:38:21 +08:00
Chirag Sukhala 3c2e2bcea5
Update frpc_full.ini (#2023)
Added authenticate_heartbeats and authenticate_new_work_conns
2020-10-08 14:25:03 +08:00
vesta 710ecf44f5
feat: support ntlm proxy set in http_proxy env (#2002) 2020-09-23 12:05:05 +08:00
fatedier 1e420cc766 update tls 2020-09-18 20:06:33 +08:00
Tank d193519329
feat: Support user specify udp packet size in config (#1794) 2020-05-07 17:47:36 +08:00
fatedier f2e98ef8a4 update doc 2020-03-11 14:13:16 +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