Difference between revisions of "WARN: XFF header will not contain the proxyd ip address"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  WARN: XFF header will not contain the [[proxyd ip]] address
 
  WARN: XFF header will not contain the [[proxyd ip]] address
 +
 +
 +
        backend.Override(opts...)
 +
 +
        if !backend.stripTrailingXFF && backend.proxydIP == "" {
 +
                log.Warn("proxied requests' XFF header will not contain the proxyd ip address")
 +
        }
 +
 +
        return backend
  
  

Revision as of 09:55, 15 October 2024


WARN: XFF header will not contain the proxyd ip address


       backend.Override(opts...)

       if !backend.stripTrailingXFF && backend.proxydIP == "" {
               log.Warn("proxied requests' XFF header will not contain the proxyd ip address")
       }

       return backend


See also

Advertising: