v0.16.0
fatedier/frpv0.16.0Jan 29, 2018by fatedier
AI Summary
Introduces a static file serving plugin, improves socks5 authentication, adds range port mapping, and limits port usage per client.
Key Highlights
- New plugin static_file to expose a simple http file server.
- Plugin socks5 supports username and password now.
- Range ports mapping.
- max_ports_per_client in frps to limit ports.
New Features
- static_file plugin
- Socks5 username/password support
- Range ports mapping
- Port limit per client
Full Release Notes
### New - New plugin `static_file` to expose a simple http file server. - Plugin socks5 supports username and password now. - Range ports mapping. - `max_ports_per_client` in frps to limit ports can be used for each client.