Releases: fatedier/frp
Releases · fatedier/frp
v0.14.1
v0.14.0
v0.13.0
New
- New proxy type
stcp(secret tcp)to help create a proxy avoiding any one can access it. - Support hot-reload for frpc.
- Attach
X-Forwarded-ForandX-Real-IPheader in first request of each http connection. - New socks5 plugin.
- New frps parameter
proxy_bind_addrto specify the ip address proxies will used to bind.
Improvement
- Improve proxy closed time delay when protocol is kcp.
Fix
- Fix a host_header_rewirte error. #248
v0.12.0
v0.11.0
New
- New unix domain socket plugin.
- New http proxy plugin.
- New frpc configuration parameter
login_fail_exit. - New frpc configuration parameter
startto define which proxies to start.
Improvement
- Auto clear proxy statistics data which isn't used for 7 days.
- Add frps version info, proxy's last start time and last close time in dashboard.
- Enable gzip in dashboard web page.
Fix
v0.10.0
New
- Support TCP Stream Multiplexing.
- Dashboard redesign.
Improvement
- Code refactoring, improve stability and performance.
- Memory usage optimization.
Change
- Change compression algorithm to snappy.
- Change some name of the configuration items.
Fix
- Fix some bugs.
Note: It's incompatible with old versions and some configures are different.
注意:该版本变动较大,和之前的版本不兼容,服务端和客户端需要同时升级。配置文件某些参数有改动,具体使用方式见说明文档。
v0.9.3
v0.9.2
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.