From ba937e9fbf4e5a28e7f3280aa596eae79ab4d247 Mon Sep 17 00:00:00 2001 From: fatedier Date: Tue, 9 Apr 2024 15:03:32 +0800 Subject: [PATCH] update README (#4139) --- README.md | 2 +- Release.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 69cce9d..3ff84ab 100644 --- a/README.md +++ b/README.md @@ -1003,7 +1003,7 @@ In this example, it will set header `x-from-where: frp` in the HTTP request. #### 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`. diff --git a/Release.md b/Release.md index 163ca37..cff4dbc 100644 --- a/Release.md +++ b/Release.md @@ -1,7 +1 @@ ### 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.