We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2188eec commit b1c6009Copy full SHA for b1c6009
README.md
@@ -48,10 +48,10 @@ Priority list:
48
49
1. User specified
50
2. `X-Forwarded-For` (de-facto standard header)
51
-3. `CF-Connecting-IP` (Cloudflare)
52
-4. `Fastly-Client-IP` (Fastly)
53
-5. `X-Real-IP` (Apache)
54
-6. `X-Client-IP` (Nginx)
+3. `X-Real-IP` (Apache)
+4. `X-Client-IP` (Nginx)
+5. `CF-Connecting-IP` (Cloudflare)
+6. `Fastly-Client-IP` (Fastly)
55
7. `X-Cluster-Client-IP` (GCP)
56
8. `X-Forwarded` (RFC 7239)
57
9. `Forwarded-For` (RFC 7239)
0 commit comments