DDOS目标IP防护修改,去掉源IP,源端口

This commit is contained in:
wangxin
2018-07-18 17:30:04 +08:00
parent 7571fb7c72
commit 53ec3978d5
3 changed files with 144 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ $(function(){
</div>
</div>
<!-- desc and action -->
<%@include file="/WEB-INF/include/form/ipInfo.jsp" %>
<%@include file="/WEB-INF/include/form/dDosIpInfo.jsp" %>
<%@include file="/WEB-INF/include/form/basicInfo.jsp" %>
</div>
<div class="form-actions">

View File

@@ -281,8 +281,8 @@
<%-- <th><spring:message code="seq"/></th> --%>
<th><spring:message code="config_describe"/></th>
<th><spring:message code="ip_type"/></th>
<th><spring:message code="client_ip"/></th>
<th><spring:message code="client_port"/></th>
<%-- <th><spring:message code="client_ip"/></th>
<th><spring:message code="client_port"/></th> --%>
<th><spring:message code="server_ip"/></th>
<th><spring:message code="server_port"/></th>
<th><spring:message code="ip_pattern"/></th>
@@ -317,8 +317,8 @@
<c:if test="${cfg.ipType==ipTypeC.itemCode}"><spring:message code="${ipTypeC.itemValue }"/></c:if>
</c:forEach>
</td>
<td>${cfg.srcIpAddress }</td>
<td>${cfg.srcPort }</td>
<%-- <td>${cfg.srcIpAddress }</td>
<td>${cfg.srcPort }</td> --%>
<td>${cfg.destIpAddress }</td>
<td>${cfg.destPort }</td>
<td>