Commit Graph

1237 Commits

Author SHA1 Message Date
f7a06cbe61 use go1.23 (#4495) 2024-10-17 17:22:41 +08:00
3a08c2aeb0 conf: fix example for tls2raw (#4494) 2024-10-17 16:27:41 +08:00
b14192a8d3 feat: bump (#4490)
Co-authored-by: Coder123 <coder123@example.com>
2024-10-15 10:55:56 +08:00
2466e65f43 support multiple subjects in oidc ping (#4475)
Resolves: #4466
2024-10-12 18:52:47 +08:00
2855ac71e3 frpc visitor: add --server-user option to specify server proxy username (#4477) 2024-10-09 14:04:30 +08:00
fe4ca1b54e Update README_zh.md (#4421)
修复爱发电链接无法访问问题
2024-09-06 11:41:11 +08:00
edd7cf8967 chore: fix function name (#4416)
Signed-off-by: crystalstall <crystalruby@qq.com>
2024-09-06 11:39:22 +08:00
03c8d7bf96 bump kcp-go to add linux/loong64 support (#4384) 2024-08-16 22:24:27 +08:00
2dcdb24cc4 replace github.com/templexxx/xorsimd to the new version (#4373) 2024-08-07 11:18:17 +08:00
d47e138bc9 bump templexxx/cpu version and add support for linux/loong64 (#4367)
* support linux/loong64

* bump cpu version
2024-08-06 17:33:14 +08:00
f1fb2d721a update .github/FUNDING.yml (#4365) 2024-08-02 17:04:59 +08:00
ae73ec2fed added a 30s timeout for frpc subcommands to avoid long delays (#4359) 2024-07-30 18:12:22 +08:00
e8045194cd Fix loginFailExit = false bug (#4354)
* Fixed the issue that when loginFailExit = false, the frpc stop command cannot be stopped correctly if the server is not successfully connected after startup

* Update Release.md
2024-07-30 11:19:26 +08:00
69cc422edf client plugin: added plugin tls2raw (#4341) 2024-07-25 14:28:17 +08:00
b4d5d8c756 plugin https2http&https2https: return 421 if host not match sni (#4323) 2024-07-09 10:50:16 +08:00
c6f9d8d403 update sponsors (#4303) 2024-06-26 14:51:34 +08:00
939c490768 Add http2http client plugin with hostHeaderRewrite and requestHeaders support (#4275) 2024-06-12 17:30:10 +08:00
f390e4a401 add sponsor (#4265) 2024-06-05 16:53:29 +08:00
77990c31ef fix ini configuration default values (#4250) 2024-05-30 10:36:30 +08:00
e680acf42d android: only use google dns server when the default dns server cannot be obtained (#4236) 2024-05-23 16:09:58 +08:00
522e2c94c1 config: return error if plugin type is empty (#4235) 2024-05-23 14:52:12 +08:00
301515d2e8 update the default value of transport.tcpMuxKeepaliveInterval (#4231) 2024-05-21 12:00:35 +08:00
f0442d0cd5 plugin: fix http2 not enabled for https2http and https2https plugin (#4230) 2024-05-21 11:26:52 +08:00
9ced717d69 update build-and-push-image.yml (#4206) 2024-05-07 19:14:09 +08:00
92cb0b30c2 update version (#4204) 2024-05-07 18:05:36 +08:00
e81b36c5ba support responseHeaders.set for proxy type http (#4192) 2024-04-29 15:53:45 +08:00
d0d396becb Update README.md (#4190) 2024-04-29 11:50:56 +08:00
ee3892798d change default value of heartbeat interval and timeout when tcpmux enabled (#4186) 2024-04-28 20:48:44 +08:00
405969085f client: add StatusExporter in service (#4182) 2024-04-25 20:20:39 +08:00
c1893ee1b4 adjust arm compilation configuration (#4181) 2024-04-25 13:08:41 +08:00
eaae212d2d Makefile.cross-compiles: Fix softfloat flag not being honored for mipsle. (#4176) 2024-04-22 19:50:58 +08:00
885278c045 README add releated projects (#4167) 2024-04-17 20:41:14 +08:00
2626d6ed92 support linux/arm v6 (#4154) 2024-04-12 21:21:28 +08:00
f3a71bc08f show tcpmux proxies on the frps dashboard (#4152) 2024-04-11 22:40:42 +08:00
dd7e2e8473 return 504 instead of 404 for proxy type http request timeout (#4151) 2024-04-11 20:19:08 +08:00
07946e9752 fix: revert gorilla/websocket from 1.5.1 to 1.5.0 (#4149) 2024-04-11 11:01:02 +08:00
e52727e01c update golib (#4142) 2024-04-10 12:05:22 +08:00
ba937e9fbf update README (#4139) 2024-04-09 15:03:32 +08:00
d2d03a8fd9 bump deps version (#4136) 2024-04-09 11:39:21 +08:00
590ccda677 fix x-forwarded-for header (#4111) 2024-03-28 16:47:27 +08:00
86f90f4d27 package.sh add android (#4094) 2024-03-21 19:38:18 +08:00
f16ef00975 set CompatibilityMode for android (#4091) 2024-03-21 17:34:09 +08:00
b36f3834eb use math/rand/v2 (#4020) 2024-03-20 15:48:31 +08:00
c08be0fd92 update release notes (#4086) 2024-03-20 15:16:01 +08:00
bc5fb91c05 add header for http healthcheck (#4085) 2024-03-20 14:58:03 +08:00
002831ea82 add doc for port range mapping (#4081) 2024-03-19 13:22:29 +08:00
acf33db4e4 update release notes (#4074) 2024-03-15 17:50:58 +08:00
3585f5c0c0 support range ports mapping by go template (#4073) 2024-03-15 17:23:16 +08:00
8383d528d9 disable quic-go's ECN support by default (#4069) 2024-03-15 14:22:03 +08:00
fa977c839f fix daily log rotate (#4066) 2024-03-14 19:49:58 +08:00