v0.19.1

fatedier/frpv0.19.1May 19, 2018by fatedier

AI Summary

Improves error reporting for xtcp connections, updates the dashboard UI, and fixes startup parameter issues as well as panics related to missing ports.

Key Highlights

  • xtcp response error info quickly if server doesn't exist or auth failed.
  • frps dashboard ui update.
  • Fix panic error when vhost_http_port is not set.

New Features

  • Quick error response for xtcp

Full Release Notes

### Improve
- xtcp, response error info quickly if server doesn't exist or auth failed.

### Change
-  frps dashboard ui update.

### Fix
- stcp, xtcp startup params add `--bind_port`. #767
- Panic error when `vhost_http_port` is not set. #776