Enhancement:
- Remove Leaks
- Add trusted proxy support
- Add node 6.x.x support
- Change to MIT licensing
Enhancement:
- Added support for proxies with
underscores_in_headers off;
- Handling hyphen as delimiter - ex:
X-FORWARDED-FOR
instead ofX_FORWARDED_FOR
- Up version node.js in .travis.yml
Enhancement:
- Added support for x_forwarded_for
Enhancement:
- Added support for 1.0.0.0/8 and 2.0.0.0/8 blocks
Enhancement:
- Return the local loop address if no ip is found
Enhancement:
- Support for Left2Right or Right2Left Proxy IP Lookup
Bugfix:
- Proper check of initialization
Updates:
- Test Enhancement
Features:
- Initial Release