UNPKG

addr

Version:

Get the remote address of a request, with reverse-proxy support

26 lines (25 loc) 536 B
{ "name": "addr", "version": "1.0.1", "description": "Get the remote address of a request, with reverse-proxy support", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/carlos8f/node-addr.git" }, "keywords": [ "ip", "address", "reverse-proxy", "x-forwarded-for" ], "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)", "license": "MIT", "devDependencies": { "mocha": "*", "request": "~2.9.203" } }