v0.19.0
fatedier/frpv0.19.0May 14, 2018by fatedier
AI Summary
Adds socks5 proxy support for the client, allows vhost ports to share the bind port, and exposes more configuration details in the dashboard.
Key Highlights
- socks5 proxy is supported for frpc to connect to frps.
- vhost_http_port and vhost_https_port can use same port with frps's bind_port.
- Show more configuration parameters in frps dashboard.
New Features
- Socks5 proxy support for frpc
- Shared port support for vhost
- Expanded dashboard parameters
Full Release Notes
### New - `socks5 proxy` is supported for frpc to connect to frps. - `vhost_http_port` and `vhost_https_port` can use same port with frps's `bind_port`. frps will detect connection's protocol and handle it correspondingly. - Show more configuration parameters in frps dashboard. ### Change - Move some common packages to [golib](https://github.com/fatedier/golib), so we could reuse these packages in other repos.