v0.11.0
fatedier/frpv0.11.0Jun 1, 2017by fatedier
AI Summary
This version expands functionality with new HTTP and Unix domain socket plugins, alongside configuration parameters to control proxy startup behavior. It also improves the dashboard with version information and gzip compression while fixing several authentication and parsing bugs.
Key Highlights
- New HTTP proxy plugin
- New Unix domain socket plugin
- New `login_fail_exit` and `start` configuration parameters
- Enhanced dashboard with version info and gzip
New Features
- 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.
Full Release Notes
### 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 - Fix error when executing `frpc -v`. - Fix parse error using HTTP_PROXY. #275 - Fix authentication failure for dashbaord. #339