Releases: fatedier/frp
v0.50.0
Notes
For enhanced security, the default values for tls_enable
and disable_custom_tls_first_byte
have been set to true.
If you wish to revert to the previous default values, you need to manually set the values of these two parameters to false.
Features
- Added support for
allow_users
in stcp, sudp, xtcp. By default, only the same user is allowed to access. Use*
to allow access from any user. The visitor configuration now supportsserver_user
to connect to proxies of other users. - Added fallback support to a specified alternative visitor when xtcp connection fails.
Improvements
- Increased the default value of
MaxStreamWindowSize
for yamux to 6MB, improving traffic forwarding rate in high-latency scenarios.
Fixes
- Fixed an issue where having proxies with the same name would cause previously working proxies to become ineffective in
xtcp
.
v0.49.0
Notes
We have thoroughly refactored xtcp in this version to improve its penetration rate and stability.
In this version, different penetration strategies can be attempted by retrying connections multiple times. Once a hole is successfully punched, the strategy will be recorded in the server cache for future reuse. When new users connect, the successfully penetrated tunnel can be reused instead of punching a new hole.
Due to a significant refactor of xtcp, this version is not compatible with previous versions of xtcp.
To use features related to xtcp, both frpc and frps need to be updated to the latest version.
New
- The frpc has added the
nathole discover
command for testing the NAT type of the current network. XTCP
has been refactored, resulting in a significant improvement in the success rate of penetration.- When verifying passwords, use
subtle.ConstantTimeCompare
and introduce a certain delay when the password is incorrect.
Fix
- Fix the problem of lagging when opening multiple table entries in the frps dashboard.
v0.48.0
New
- The
httpconnect
type intcpmux
now supports authentication through the parametershttp_user
andhttp_pwd
.
Improved
- The web framework has been upgraded to vue3 + element-plus, and the dashboard has added some information display and supports dark mode.
- The e2e testing has been switched to ginkgo v2.
v0.47.0
New
- Added config
bandwidth_limit_mode
in frpc, default value isclient
which is current behavior. Optional value isserver
, to enable bandwidth limit in server. The major aim is to let server plugin has the ability to modify bandwidth limit for each proxy.
Improve
dns_server
supports ipv6.- frpc supports graceful shutdown for protocol
quic
.
v0.46.1
v0.46.0
v0.45.0
v0.44.0
v0.43.0
New
- Added
route_by_http_user
inhttp
andtcpmux
proxy to support routing to different clients by HTTP basic auth user. CONNECT
method can be forwarded inhttp
type proxy.- Added
tcpmux_passthrough
intcpmux
proxy. If true,CONNECT
request will be forwarded to frpc.