- {_('此处设置仅对当前站点有效。')}
- {'cycle'|element:$firewall.cc} 秒内累计请求同一URL超过 {'limit'|element:$firewall.cc} 次,触发CC防御,封锁此IP {'endtime'|element:$firewall.cc} 秒
- 请不要设置过于严格的CC规则,以免影响正常用户体验
| 模式 | {form_toggle(['name'=>'set[cc_mode]'],[1=>'小白模式',2=>'一般模式',3=>'自动模式',4=>'增强模式'],'cc_mode'|element:$firewall.cc:1)} | ||
|---|---|---|---|
| 周期 |
{form_input('set[cycle]', 'cycle'|element:$firewall.cc, 'class="form-control input-small"')}
秒
|
||
| 频率 |
{form_input('set[limit]', 'limit'|element:$firewall.cc, 'class="form-control input-small"')}
次
|
||
| 封锁时间 |
{form_input('set[endtime]', 'endtime'|element:$firewall.cc, 'class="form-control input-small"')}
秒
|
||
| {form_hidden('submit',1)} {form_hidden('set[increase]',1)} {form_hidden('s','set_site_cc_conf')} | |||