Releases: fatedier/frp
Releases · fatedier/frp
v0.9.1
v0.9.0
New
- Support udp protocol.
- Add authentication for Dashboard.
- Support authentication using HTTP Basic Auth for http proxy.
- Now frpc can connect frps using HTTP PROXY.
- Http and https proxy support binding wildcard domain names.
- Http and https proxy can set subdomain instead of custom_domains if it's enabled in frps.
- Dockerfile included.
Improvement
- New authentication_timeout param in frps configure file.
Fix
- Fix a bug caused pool_count is not enabled.
- frps may panic when many frpc login at the same time.
v0.8.1
v0.8.0
New
- Dashboard for frps.
- Statistics information of proxies.
- Connection pool for optimizing large numbers of short connections.
- Port white list in privilege mode.
- Rewriting host header.
Improvement
- Optimize GC, reduce memory allocation.
- Support ipv6.
Fix
- Fix a bug if local service write to socket immediatelly every time accepting one user connection.
v0.7.0
New
- Add support for https.
- Encryption and compression can be configured standalone.
- New feature privilege_mode enable you create a reverse proxy without pre-configured in frps.ini.
Improvement
- Message will be transmitted without being encrypted by base64.
Fix
- Fix a bug caused frps panic when vhost_http_port is not configured.
Note: this version is incompatible with old versions.
v0.6.0
New
- Add '--reload' command in frps for reloading ini file without restarting program.
Improvement
- Start tunnels async in frpc.
Fix
- Fix a bug when frpc login failed.
- Fix one possible error when frps accept too many user connections in a short time.
- Fix a socket error in windows.
v0.5.0
v0.3.0
v0.2.0
New
- Add support document.
- frpc can transmit any message on [ip:port] now, default is 127.0.0.1 .
- Startup parameter is provided, you can set config_file, log_file, log_level and addr this way.
- Dockerfile included
Changed
- Heartbeat interval and timeout are extended.