Authored by 徐炜

爬虫限制重构规则策略

... ... @@ -10,8 +10,8 @@ const captchaPolicy = require('./policies/captcha');
const reporterPolicy = require('./policies/reporter');
const IP_WHITE_LIST = [
'106.38.38.146',
'218.94.75.58'
// '106.38.38.146',
// '218.94.75.58'
];
const limiter = (rule, policy, context) => {
... ...