Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

Dynamic IP Restrictions [CC攻击IIS 7.0防护工具中文解说]

[复制链接]
Discuz_Safe 发表于 2009-12-18 13:08:16 | 显示全部楼层 |阅读模式
本帖最后由 Discuz_Safe 于 2009-12-18 13:21 编辑


Use this feature to restrict or grant access to web content based on ip addresses or domain names. Set the restrictions in order priority!
使用此功能来限制或授予访问网站的IP地址或域名的内容为基础。设置为优先的限制!

Add Allow Entry
Add Deny Entry
------------------------------------
Edit dynamic
Restrictions
Edit feature Settings

View Ordered List
--------------------------------------
Show Blocked Addresses

添加允许入境
添加拒绝入境
------------------------------------
编辑动态
限制
编辑功能设置

查看有序列表
--------------------------------------
显示被阻止的地址

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

评分

2

查看全部评分

 楼主| Discuz_Safe 发表于 2009-12-18 13:15:24 | 显示全部楼层
本帖最后由 Discuz_Safe 于 2009-12-18 13:20 编辑



Deny Criteria
Deny IP address based on the number of concurrent requests

Deny IP addresses based on number of requests over a period of time

Deny Action
Action type

拒绝标准
拒绝基于IP地址的并发请求数

拒绝IP地址基础上,在一段时间内的请求数

拒绝行动
动作类型

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

 楼主| Discuz_Safe 发表于 2009-12-18 13:34:01 | 显示全部楼层
<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
  System.Threading.Thread.Sleep(3000);
}
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head runat="server">
    <title>Dynamic IP Restrictions Test</title>
  </head>
  <body>
    <form id="form1" runat="server">
      <div>
        <h1>Hello World!</h1>
      </div>
    </form>
  </body>
</html>

aspx 并发测试.

评分

1

查看全部评分

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-29 23:34 , Processed in 0.130308 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表