update README (#4139)

This commit is contained in:
fatedier 2024-04-09 15:03:32 +08:00 committed by GitHub
parent d2d03a8fd9
commit ba937e9fbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View File

@ -1003,7 +1003,7 @@ In this example, it will set header `x-from-where: frp` in the HTTP request.
#### HTTP X-Forwarded-For #### HTTP X-Forwarded-For
This feature is for http proxy only. This feature is for `http` proxies or proxies with the `https2http` and `https2https` plugins enabled.
You can get user's real IP from HTTP request headers `X-Forwarded-For`. You can get user's real IP from HTTP request headers `X-Forwarded-For`.

View File

@ -1,7 +1 @@
### Features ### Features
* `https2http` and `https2https` plugin now supports `X-Forwared-For` header.
### Fixes
* `X-Forwared-For` header is now correctly set in the request to the backend server for proxy type http.