[Pkg-javascript-commits] [node-proxy-addr] 01/02: Rewrite description
Jérémy Lal
kapouer at moszumanska.debian.org
Sat Jul 5 16:33:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-proxy-addr.
commit 6eb9d3eac52c060431f11afe329e51d6da075e1f
Author: Jérémy Lal <kapouer at melix.org>
Date: Sat Jul 5 18:31:43 2014 +0200
Rewrite description
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 7a3075e..c68d584 100644
--- a/debian/control
+++ b/debian/control
@@ -22,12 +22,12 @@ Depends:
${misc:Depends}
, nodejs
, node-ipaddr.js
-Description: determine address of proxied request - Node.js module
- This package provide a module for determining if the address of a
- request can be trusted or not.
+Description: remote address filter for proxied requests - Node.js module
+ This module allows one to list and optionally filter remote addresses
+ of an incoming request, as populated by the HTTP X-Forwarded-For header.
.
- It works with both IPv4 and IPv6 and takes certain pre-defined names
- (such as lookback, linklocal an uniquelocal) and expand them internally
- into IP addresses.
+ It works with both IPv4 and IPv6 and can filter addresses using pre-defined
+ names like "loopback", "linklocal" or "uniquelocal" (which are expanded
+ internally into IP addresses or ranges), or using a custom function.
.
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-proxy-addr.git
More information about the Pkg-javascript-commits
mailing list