[ 原始碼: node-proxy-addr ]
套件:node-proxy-addr(2.0.6+~0.1.2-1)
node-proxy-addr 的相關連結
Debian 的資源:
下載原始碼套件 node-proxy-addr:
- [node-proxy-addr_2.0.6+~0.1.2-1.dsc]
- [node-proxy-addr_2.0.6+~0.1.2.orig-forwarded.tar.gz]
- [node-proxy-addr_2.0.6+~0.1.2.orig.tar.gz]
- [node-proxy-addr_2.0.6+~0.1.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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 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.
其他與 node-proxy-addr 有關的套件
|
|
|
|
-
- dep: node-ipaddr.js (>= 2.0~)
- IPv4 and IPv6 addresses manipulation - Node.js module