UNPKG
proxy-attack
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
Secure your App from Proxy Attacks!
github.com/rajkumarpb/proxyattack
rajkumarpb/proxyattack
proxy-attack
/
index.js
5 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
var
middleware =
require
(
'./lib/middleware'
);
module
.
exports
=
exports
=
function
(
options
) {
return
middleware
(options); };