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

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  WARN: XFF header will not contain the [[proxyd ip]] address
 
  WARN: XFF header will not contain the [[proxyd ip]] address
  
 +
 +
* <code>[[stripTrailingXFF]]</code>
  
 
         backend.Override(opts...)
 
         backend.Override(opts...)

Revision as of 09:56, 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: