From e9775bd70f048f0ca8da8c75bc2fb3deac7b574b Mon Sep 17 00:00:00 2001 From: bobo liu <7552030+fakeboboliu@users.noreply.github.com> Date: Sun, 9 Jan 2022 23:47:28 +0800 Subject: [PATCH] doc: no X-Real-IP in http proxy (#2743) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9864619..b62553b 100644 --- a/README.md +++ b/README.md @@ -884,7 +884,7 @@ In this example, it will set header `X-From-Where: frp` in the HTTP request. This feature is for http proxy only. -You can get user's real IP from HTTP request headers `X-Forwarded-For` and `X-Real-IP`. +You can get user's real IP from HTTP request headers `X-Forwarded-For`. #### Proxy Protocol