diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/index.js b/build/index.js index dad9312..4dbe69a 100644 --- a/build/index.js +++ b/build/index.js @@ -19,7 +19,7 @@ const limiter = express_rate_limit_1.default({ }, keyGenerator: (req) => { var _a; - return ((_a = req.headers['Cf-Connecting-Ip']) !== null && _a !== void 0 ? _a : req.ip).toString(); + return ((_a = req.headers['cf-connecting-ip']) !== null && _a !== void 0 ? _a : req.ip).toString(); } }); app.use(limiter); |