Certificate Strategy改名为 Key Ring
拦截强度 Intercept intensity改为Intercept Related Domains (YES/NO)默认是NO http content统一为http body。 http replace search in 默认为http response body
This commit is contained in:
@@ -85,8 +85,8 @@ ssl_control=SSL
|
|||||||
ssl_feature_control=SSL Cert Control
|
ssl_feature_control=SSL Cert Control
|
||||||
ssl_sni_control=SSL SNI Control
|
ssl_sni_control=SSL SNI Control
|
||||||
ssl_address_control=SSL IP Control
|
ssl_address_control=SSL IP Control
|
||||||
https_website_content_replace=HTTPS Content Replace
|
HTTP(s)_website_content_replace=HTTPS Website Replace
|
||||||
https_website_control=HTTPS Website Replace
|
https_website_control=HTTP(s) Website Replace
|
||||||
rtp_ip_control=RTP IP Control
|
rtp_ip_control=RTP IP Control
|
||||||
mms_ip_control=MMS IP Control
|
mms_ip_control=MMS IP Control
|
||||||
rtsp_ip_control=RTSP IP Control
|
rtsp_ip_control=RTSP IP Control
|
||||||
@@ -864,9 +864,9 @@ replace_zone=Search in
|
|||||||
replaced_content=Find
|
replaced_content=Find
|
||||||
http_req_uri=HTTP Request URI
|
http_req_uri=HTTP Request URI
|
||||||
http_req_header=HTTP Request Header
|
http_req_header=HTTP Request Header
|
||||||
http_req_body=HTTP Request Content
|
http_req_body=HTTP Request Body
|
||||||
http_resp_header=HTTP Response Header
|
http_resp_header=HTTP Response Header
|
||||||
http_resp_body=HTTP Response Content
|
http_resp_body=HTTP Response Body
|
||||||
#=============region_value,config form title=================
|
#=============region_value,config form title=================
|
||||||
#=============userregions===============
|
#=============userregions===============
|
||||||
userregion1=Customized Region 1
|
userregion1=Customized Region 1
|
||||||
@@ -950,8 +950,8 @@ domain_monit=Domain Intercepter
|
|||||||
ip_intercepter_whitelist=IP White List
|
ip_intercepter_whitelist=IP White List
|
||||||
domain_monit_whitelist=Domain White List
|
domain_monit_whitelist=Domain White List
|
||||||
dns_strategy_reject=DNS Response Strategy Control
|
dns_strategy_reject=DNS Response Strategy Control
|
||||||
proxy_http_req_body_replace=HTTP Request Content Replace
|
proxy_http_req_body_replace=HTTP Request Body Replace
|
||||||
proxy_http_res_body_replace=HTTP Response Content Replace
|
proxy_http_res_body_replace=HTTP Response Body Replace
|
||||||
dns_fake_ip_reject=DNS Spoofing IP Control
|
dns_fake_ip_reject=DNS Spoofing IP Control
|
||||||
app_strategy_reject=APP Strategy Control
|
app_strategy_reject=APP Strategy Control
|
||||||
app_strategy_ratelimit=APP Strategy Ratelimit
|
app_strategy_ratelimit=APP Strategy Ratelimit
|
||||||
@@ -1102,8 +1102,8 @@ new=New
|
|||||||
basic_protocol_business_type=Basic Identify business classification
|
basic_protocol_business_type=Basic Identify business classification
|
||||||
tunnel_behavior_business_type=Behavior Identify business classification
|
tunnel_behavior_business_type=Behavior Identify business classification
|
||||||
app_business_type=Application business classification
|
app_business_type=Application business classification
|
||||||
pxy_intercept_monit_keyring=Certificate Strategy
|
pxy_intercept_monit_keyring=Key Ring
|
||||||
intercept_file_strategy=Certificate Strategy
|
intercept_file_strategy=Key Ring
|
||||||
root=Root Certificate
|
root=Root Certificate
|
||||||
intermediate=Intermediate Certificate
|
intermediate=Intermediate Certificate
|
||||||
end_entity=End-entity Certificate
|
end_entity=End-entity Certificate
|
||||||
@@ -1245,7 +1245,4 @@ mail_address_whitelist=Mail Address Whitelist
|
|||||||
mail_address_monit=Mail Address Monit
|
mail_address_monit=Mail Address Monit
|
||||||
mail_address_reject=Mail Address Reject
|
mail_address_reject=Mail Address Reject
|
||||||
ipsec_protocol=IPSEC Protocol
|
ipsec_protocol=IPSEC Protocol
|
||||||
intercept_intensity=Intercept Intensity
|
intercept_intensity=Intercept Related Domains
|
||||||
weak_intensity=Weak
|
|
||||||
stronger_intensity=Strong
|
|
||||||
strong_intensity=Stronger
|
|
||||||
|
|||||||
@@ -198,7 +198,7 @@
|
|||||||
<select name="userRegion1"
|
<select name="userRegion1"
|
||||||
class="selectpicker show-tick form-control required">
|
class="selectpicker show-tick form-control required">
|
||||||
<c:forEach items="${fns:getDictList('CONTROL_REPLACE_ZONE')}" var="replaceZoneC">
|
<c:forEach items="${fns:getDictList('CONTROL_REPLACE_ZONE')}" var="replaceZoneC">
|
||||||
<option value="${replaceZoneC.itemCode}" <c:if test="${_cfg.userRegion1==replaceZoneC.itemCode || _cfg.userRegion1==null}">selected</c:if>><spring:message code="${replaceZoneC.itemValue}"/></option>
|
<option value="${replaceZoneC.itemCode}" <c:if test="${_cfg.userRegion1==replaceZoneC.itemCode || (_cfg.userRegion1==null && replaceZoneC.itemCode eq 'http_resp_body')}">selected</c:if>><spring:message code="${replaceZoneC.itemValue}"/></option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user