From 6e164a9f092f367888cf0d933695e45cf84619f0 Mon Sep 17 00:00:00 2001 From: bobo liu Date: Sun, 9 Jan 2022 23:08:47 +0800 Subject: [PATCH] doc: no X-Real-IP in http proxy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9864619e..b62553bd 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