Commit Graph

182 Commits

Author SHA1 Message Date
596262d5e0 upgrade go-jose and crypto version (#3895) 2023-12-26 10:49:46 +08:00
cdfa8fa66f fix(client): close workConn when authentication err (#3885) 2023-12-22 15:47:59 +08:00
2a9a7a0e4a fix login retry interval (#3879) 2023-12-21 21:38:32 +08:00
5e77c8e2d3 fix lint (#3877) 2023-12-21 21:19:49 +08:00
3bf6605e1a fix: duplicate call loginFunc (#3860) (#3875)
modify ext func, specify whether exit immediately
2023-12-21 20:51:10 +08:00
95cf418963 ssh: return informations to client (#3821) 2023-12-01 20:18:13 +08:00
69ae2b0b69 optimize some code (#3801) 2023-11-27 15:47:49 +08:00
d5b41f1e14 sshTunnelGateway refactor (#3784) 2023-11-22 14:35:37 +08:00
f5d5a00eef Fix various typos (#3783) 2023-11-22 14:30:22 +08:00
526e809bd5 update for strict config (#3779) 2023-11-16 21:03:36 +08:00
e8deb65c4b Strict configuration parsing (#3773)
* Test configuration loading more precisely

* Add strict configuration parsing
2023-11-16 15:42:49 +08:00
184223cb2f Code refactoring related to message handling and retry logic. (#3745) 2023-11-06 10:51:48 +08:00
5760c1cf92 frpc: exit with code 1 if first login failed (#3740) 2023-11-01 17:06:55 +08:00
46266e4d30 fix: set ping (#3734)
Co-authored-by: int7 <int7@gmail.com>
2023-10-30 20:24:57 +08:00
7cc67e852e fix that transport.tls.disableCustomTLSFirstByte doesn't take effect (#3660) 2023-10-11 11:49:40 +08:00
5e70d5bee0 code optimization (#3625) 2023-09-20 15:18:50 +08:00
c95311d1a0 support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00
e9e12cf888 fix incorrect use of snappy pool (#3549) 2023-07-25 21:31:26 +08:00
3235addaaa update dependencies (#3539) 2023-07-21 14:34:44 +08:00
46ff40543a update github actions (#3538) 2023-07-21 10:30:46 +08:00
efcc028a3d fix a race condition issue (#3536) 2023-07-20 22:32:32 +08:00
fc4e787fe2 frpc: support stop command (#3511) 2023-06-30 17:35:37 +08:00
4c4d5f0d0d service.Run supports passing in context (#3504) 2023-06-29 18:04:20 +08:00
801e8c6742 support wss between frpc and frps (#3503) 2023-06-29 11:20:45 +08:00
685d7618f3 change default value of tls_enable and disable_custom_tls_first_byte (#3494) 2023-06-26 00:10:27 +08:00
ea08de668e yamux: change default MaxStreamWindowSize to 6MB (#3474) 2023-06-04 19:58:55 +08:00
cceab7e1b1 client/proxy: simplify the code (#3465) 2023-05-30 22:18:56 +08:00
9aef3b9944 adjust code style about config (#3464) 2023-05-30 20:25:22 +08:00
c7a0cfc66d xtcp: when connection timeout occurs, support fallback to STCP (#3460) 2023-05-30 10:55:00 +08:00
555db9d272 format import package name (#3455) 2023-05-29 14:10:34 +08:00
4915852b9c use constant time comparison (#3452) 2023-05-29 00:27:27 +08:00
c71efde303 refactor the code related to xtcp (#3449) 2023-05-28 16:50:43 +08:00
2225a1781f fix: typo tot => to (#3434)
Co-authored-by: Haruka ABE <abe_haruka@grenge.co.jp>
2023-05-08 21:28:44 +08:00
8f394dba27 trace log adds join errors (#3352) 2023-03-11 19:34:06 +08:00
fccd518512 frpc: add parameter nat_hole_server_addr (#3351) 2023-03-10 15:51:14 +08:00
8c6303c1e5 web/frpc: support more info (#3334) 2023-02-26 02:54:53 +08:00
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
113e3b0b0d revert random change (#3292) 2023-02-06 15:55:33 +08:00
100148d925 support go1.20 (#3287) 2023-02-05 20:52:36 +08:00
6b3daffaf0 upgrade quic-go and change import path (#3286) 2023-02-02 20:20:17 +08:00
d205c26480 Bugfix: add ipv6 parsing for custom DNS server (#3266) 2023-01-29 23:54:40 +08:00
7678938c08 support quic options (#3211) 2022-12-18 18:43:42 +08:00
2f66dc3e99 support protocol quic between frpc and frps (#3198) 2022-12-12 11:04:10 +08:00
9d077b02cf lint by golangci-lint (#3080) 2022-08-29 01:02:53 +08:00
1bc899ec12 [client] Remove redundant function parameters (#3016) 2022-07-14 15:31:32 +08:00
6f2571980c [client] Fixed a bug where service loops reconnection after disconnection.service is shut down and can not exit goroutine (#3012)
Co-authored-by: lizhisheng <zhishengli@deepglint.com>
2022-07-12 18:43:58 +08:00
c652b8ef07 fix ipv6 address parsing (#2978) 2022-06-14 14:24:34 +08:00
21240ed962 some improvements 2022-04-14 11:24:36 +08:00
6481870d03 fix: data races when accessing github.com/fatedier/frp/client.(*Service).ctl (#2891)
* fix: data race in client/service.go

* review fixes
2022-04-14 11:14:19 +08:00
915d9f4c09 fix some typos (#2882)
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-04-02 17:35:51 +08:00