diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index fbcdf51f6..24c6b1c95 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -687,7 +687,7 @@ behavior_protocol=Behavior Protocol intercept_policy=Intercept Policy ip_intercept=IP Intercept domain_intercept=Domain Intercept -control_policy=Block Policy +control_policy=Control Policy domain_forward=Domain Forward http_redirect=HTTP(s) Redirect http_req_replace=Http Request Body Replace @@ -1296,4 +1296,5 @@ max_cache_obj_size=Max Cache Object Size cache_time_error=Cache time can not exceed 24 hours(1440 minutes,86400 seconds). cache_size_error=Cache size can not exceed 1024TB(1048576GB,1073741824MB). ignore_qs_error=Ignore query string has invisible character or comma -NTC_DDOS_PROTECT_TARGET_IP=DDOS IP Configuration \ No newline at end of file +NTC_DDOS_PROTECT_TARGET_IP=DDOS IP Configuration +bypass=Bypass \ No newline at end of file diff --git a/src/main/resources/messages/message_ru.properties b/src/main/resources/messages/message_ru.properties index bdb80fa31..b0f2b421b 100644 --- a/src/main/resources/messages/message_ru.properties +++ b/src/main/resources/messages/message_ru.properties @@ -2009,4 +2009,5 @@ max_cache_obj_size=Max Cache Object Size cache_time_error=Cache time can not exceed 24 hours(1440 minutes,86400 seconds). cache_size_error=Cache size can not exceed 1024TB(1048576GB,1073741824MB). ignore_qs_error=Ignore query string has invisible character or comma -NTC_DDOS_PROTECT_TARGET_IP=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F IP-\u0410\u0434\u0440\u0435\u0441\u0430 DDOS \ No newline at end of file +NTC_DDOS_PROTECT_TARGET_IP=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F IP-\u0410\u0434\u0440\u0435\u0441\u0430 DDOS +bypass=Bypass \ No newline at end of file diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties index 69603a986..a78b95cd0 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -2163,4 +2163,5 @@ max_cache_obj_size=\u6700\u5927\u7F13\u5B58\u5BF9\u8C61\u5927\u5C0F cache_time_error=\u7F13\u5B58\u65F6\u95F4\u4E0D\u80FD\u8D85\u8FC7 24 \u5C0F\u65F6(1440\u5206\u949F,86400\u79D2). cache_size_error=\u7F13\u5B58\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC71024TB(1048576GB,1073741824MB). ignore_qs_error=\u5FFD\u7565\u7684\u67E5\u8BE2\u53C2\u6570\u4E2D\u5305\u542B\u4E0D\u53EF\u89C1\u5B57\u7B26\u6216\u8005\u9017\u53F7 -NTC_DDOS_PROTECT_TARGET_IP=\u76EE\u6807\u9632\u62A4IP\u914D\u7F6E \ No newline at end of file +NTC_DDOS_PROTECT_TARGET_IP=\u76EE\u6807\u9632\u62A4IP\u914D\u7F6E +bypass=Bypass \ No newline at end of file diff --git a/src/main/resources/nis.properties b/src/main/resources/nis.properties index b63442288..825e7cef9 100644 --- a/src/main/resources/nis.properties +++ b/src/main/resources/nis.properties @@ -239,7 +239,6 @@ ntcIpLog=ntcIpLogs ntcBgpLog=ntcBgpLogs ntcP2pLog=ntcP2pLogs ntcHttpLog=ntcHttpLogs -ntcKeywordsUrlLog=ntcKeywordsUrlLogs ntcDnsLog=ntcDnsLogs ntcSslLog=ntcSslLogs ntcPptpLog=ntcPptpLogs @@ -269,7 +268,6 @@ pxyHttpLog=pxyHttpLogs mmSpeakerRecognizationLog=mmSpeakerRecognizationLogs mmLogoDetectionLog=mmLogoDetectionLogs mmFaceRecognizationLog=mmFaceRecognizationLogs -ntcCollectVoipLog=ntcCollectVoipLogs ######################################## #\u5927\u5c4f\u56fe\u8868\u5c55\u793a\u670d\u52a1\u63a5\u53e3 dashboardUrl=http://192.168.10.204:9999/galaxy-service/service/log/v1/ @@ -287,7 +285,6 @@ trafficTopicAndDomainChart=trafficTopicAndDomainChart ntcTotalReport=ntcTotalReport trafficIpActiveFiveMinute=trafficIpActiveFiveMinute trafficIpActiveOneHour=trafficIpActiveOneHour -ntcRadiusReport=ntcRadiusReport client_connect_timeout=300000 client_read_timeout=300000 @@ -549,4 +546,7 @@ domain_regexp=^(?=^.{3,255}$)[a-zA-Z0-9][-a-zA-Z0-9]{0,62}(\\.[a-zA-Z0-9][-a-zA- #IP复用maat json中的ip region单次send 最大个数 maat_json_send_size=2000 #导入验证的线程数量 -mulity_thread_size=5 \ No newline at end of file +mulity_thread_size=5 +ntcRadiusReport=ntcRadiusReport +ntcCollectVoipLog=ntcCollectVoipLogs +ntcKeywordsUrlLog=ntcKeywordsUrlLogs \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp index e3af30bb6..2059b600f 100644 --- a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp @@ -190,7 +190,7 @@ -