Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if (req.http.x-forwarded-for) {
  2. set req.http.X-Forwarded-For = req.http.X-Forwarded-For ", " client.ip;
  3. } else {
  4. set req.http.X-Forwarded-For = client.ip;
  5. }
  6.