dns欺骗ip列表去掉目的ip、目的端口、方向和协议字段
This commit is contained in:
@@ -93,9 +93,9 @@ rtmp_ip_control=RTMP IP Control
|
||||
examine_manage=Confirmation Management
|
||||
audit_manage=Audit Management
|
||||
log_search=Log Search
|
||||
sysService_manage=System Business Management
|
||||
service_manage=Service Type Management
|
||||
system_service_manage=System Service Management
|
||||
sysService_manage=System Business
|
||||
service_manage=Service Type
|
||||
system_service_manage=System Service
|
||||
features_area=Feature Area
|
||||
attribute_manage=Attribute Management
|
||||
isp_manage=ISP Management
|
||||
@@ -346,6 +346,7 @@ cancel_approved=Cancel Confirmation
|
||||
#==========guankongbaimingdan begin=====================
|
||||
client_ip=Client IP
|
||||
server_ip=Server IP
|
||||
port=port
|
||||
client_port=Client Port
|
||||
client_port_mask=Client Port Mask
|
||||
client_address_mask=Client IP Mask
|
||||
|
||||
@@ -346,6 +346,7 @@ cancel_approved=\u53D6\u6D88\u5BA1\u6838\u901A\u8FC7
|
||||
#==========guankongbaimingdan begin=====================
|
||||
client_ip=\u6E90IP
|
||||
server_ip=\u76EE\u7684IP
|
||||
port=\u7AEF\u53E3
|
||||
client_port=\u6E90\u7AEF\u53E3
|
||||
client_port_mask=\u6E90\u7AEF\u53E3\u63A9\u7801
|
||||
client_address_mask=\u6E90\u5730\u5740\u63A9\u7801
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group ">
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="client_port"/></label>
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="port"/></label>
|
||||
<div class="col-md-6">
|
||||
<input class="form-control required portCheck" type="text" name="srcPort" value="${_cfg.srcPort}">
|
||||
</div>
|
||||
|
||||
@@ -102,8 +102,8 @@
|
||||
|
||||
<form:select path="seltype" class="selectpicker select2 input-small" >
|
||||
<form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option>
|
||||
<form:option value="srcIpAddress"><spring:message code="client_ip"></spring:message></form:option>
|
||||
<form:option value="srcPort"><spring:message code="client_port"></spring:message></form:option>
|
||||
<form:option value="srcIpAddress"><spring:message code="IP"></spring:message></form:option>
|
||||
<form:option value="srcPort"><spring:message code="port"></spring:message></form:option>
|
||||
</form:select>
|
||||
|
||||
</div>
|
||||
@@ -278,16 +278,11 @@
|
||||
<th><spring:message code="config_describe"/></th>
|
||||
<th><spring:message code="policy_name"/></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="server_ip"/></th>
|
||||
<th><spring:message code="server_port"/></th>
|
||||
<th><spring:message code="IP"/></th>
|
||||
<th><spring:message code="port"/></th>
|
||||
<th><spring:message code="ip_pattern"/></th>
|
||||
<th><spring:message code="port_pattern"/></th>
|
||||
<th><spring:message code="direction"/></th>
|
||||
<th><spring:message code="protocol"/></th>
|
||||
<th><spring:message code="block_type"/></th>
|
||||
<th><spring:message code="whether_area_block"/></th>
|
||||
<th><spring:message code="letter"/></th>
|
||||
<th><spring:message code="type"/></th>
|
||||
<th><spring:message code="attribute"/></th>
|
||||
@@ -317,8 +312,6 @@
|
||||
</td>
|
||||
<td>${cfg.srcIpAddress }</td>
|
||||
<td>${cfg.srcPort }</td>
|
||||
<td>${cfg.destIpAddress }</td>
|
||||
<td>${cfg.destPort }</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('IP_PATTERN')}" var="ipPatternC">
|
||||
<c:if test="${cfg.ipPattern==ipPatternC.itemCode}"><spring:message code="${ipPatternC.itemValue }"/></c:if>
|
||||
@@ -327,16 +320,6 @@
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('PORT_PATTERN')}" var="portPatternC">
|
||||
<c:if test="${cfg.portPattern eq portPatternC.itemCode}"><spring:message code="${portPatternC.itemValue }"/></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="directionC">
|
||||
<c:if test="${cfg.direction eq directionC.itemCode}"><spring:message code="${directionC.itemValue }"/></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('PROTOCOL')}" var="protocolC">
|
||||
<c:if test="${cfg.protocol eq protocolC.itemCode}"><spring:message code="${protocolC.itemValue }"/></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
@@ -346,14 +329,6 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${cfg.isAreaEffective==0}"><spring:message code="no"/></c:if>
|
||||
<c:if test="${cfg.isAreaEffective==1}">
|
||||
<a href="javascript:viewAreaInfo('${ctx}','${cfg.areaEffectiveIds }','${cfg.compileId }')" >
|
||||
<spring:message code="yes"/>
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>${cfg.requestName }</td>
|
||||
<td >
|
||||
<c:set var="classify"></c:set>
|
||||
|
||||
Reference in New Issue
Block a user