v0.13.0
fatedier/frpv0.13.0Jul 16, 2017by fatedier
AI Summary
This release introduces secure TCP proxying and hot-reload capabilities, enhancing security and configuration flexibility. It also adds support for custom headers and a SOCKS5 plugin while fixing specific protocol issues.
Key Highlights
- New `stcp` proxy type for private access
- Support hot-reload for frpc
- New SOCKS5 plugin
- Support for `proxy_bind_addr` parameter
New Features
- 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` and `X-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.
Full Release Notes
### 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` and `X-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