Releases: fatedier/frp
Releases · fatedier/frp
v0.15.1
v0.15.0
New
- New sub command
status
in frpc for getting status of all proxies. remote_port
can be 0, so frps will assign a random port for it.
Change
frpc --reload
changed tofrpc reload
.
Fix
- No stats info in dashboard for proxy type http.
- Panic when enabling encryption and compression for socks5 plugin.
- Fix a bug caused connections not closed.
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-For
andX-Real-IP
header in first request of each http connection. - New socks5 plugin.
- New frps parameter
proxy_bind_addr
to 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
start
to 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.
注意:该版本变动较大,和之前的版本不兼容,服务端和客户端需要同时升级。配置文件某些参数有改动,具体使用方式见说明文档。