Skip to content

Instantly share code, notes, and snippets.

@cranic
Created January 22, 2014 15:05
Show Gist options
  • Select an option

  • Save cranic/8560228 to your computer and use it in GitHub Desktop.

Select an option

Save cranic/8560228 to your computer and use it in GitHub Desktop.
var ip = req.headers['x-forwarded-for'] ? req.headers['x-forwarded-for'].split(',')[0] : req.connection.remoteAddress;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment