Skip to content

Commit

Permalink
leave keywords in specific order and add new keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
pbojinov committed Oct 29, 2018
1 parent 9bb952d commit ce32f53
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@
"version": "2.1.1",
"description": "A small node.js module to retrieve the request's IP address",
"keywords": [
"request ip",
"ip",
"address",
"request",
"proxy",
"client",
"header",
"X-Client-IP",
"X-Forwarded-For",
"CF-Connecting-IP",
"True-Client-IP"
"X-Real-IP",
"address",
"client",
"X-Cluster-Client-IP",
"X-Forwarded",
"Forwarded-For",
"connection.remoteAddress",
"header",
"ip",
"ipv4",
"ipv6",
"connection.socket.remoteAddress",
"req.info.remoteAddress",
"middleware",
"proxy",
"request",
"request ip"
"ipv4",
"ipv6"
],
"homepage": "https://github.com/pbojinov/request-ip",
"bugs": {
Expand Down

0 comments on commit ce32f53

Please sign in to comment.