v0.14.1

fatedier/frpv0.14.1Dec 14, 2017by fatedier

AI Summary

This update improves HTTP proxy handling by modifying request headers and refactoring code, while also fixing a display error for KCP bind ports.

Key Highlights

  • Added X-Real-IP header to HTTP requests
  • Removed X-Forwarded-For header
  • Improved error messages for incorrect role configuration
  • Fixed KCP bind port print error

New Features

  • X-Real-IP header support
  • HTTP proxy code refactoring

Full Release Notes

### Improvement
- Add header X-Real-IP for each http request and don't add X-Forwarded-For header any more.
- Code refactoring for proxy type http.
- Improve error info when role configure incorrect.

### Fix
- Fix kcp bind port print error.