You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/localTemplate.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ type Local struct {
326
326
// determining the source of a connection. If used, it should be set to the string "X-Forwarded-For", unless the
327
327
// proxy vendor provides another header field. In the case of CloudFlare proxy, the "CF-Connecting-IP" header
328
328
// field can be used.
329
-
// This setting does not support multiple X-Forwarded-For HTTP headers or multiple values in in the header and always uses the last value
329
+
// This setting does not support multiple X-Forwarded-For HTTP headers or multiple values in the header and always uses the last value
330
330
// from the last X-Forwarded-For HTTP header that corresponds to a single reverse proxy (even if it received the request from another reverse proxy or adversary node).
331
331
//
332
332
// WARNING: By enabling this option, you are trusting peers to provide accurate forwarding addresses.
0 commit comments