Skip to content

Commit

Permalink
Merge pull request #15 from frenchbread/dev
Browse files Browse the repository at this point in the history
 Private IP protection bypass
  • Loading branch information
frenchbread committed Oct 12, 2021
2 parents b127735 + 0557597 commit 77fb938
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 6,321 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ private-ip

> Check if IP address is private.
### badges

[![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev)

### Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict'

module.exports = require('./lib')
module.exports = require('./lib').default

0 comments on commit 77fb938

Please sign in to comment.