(1)调整ip配置界面

(2)ip配置界面ip限速加入用户自定义域
This commit is contained in:
wangxin
2018-10-11 19:09:28 +08:00
parent 4c63f3b27f
commit ef6d793d6b
7 changed files with 139 additions and 73 deletions

View File

@@ -1212,4 +1212,5 @@ stream=Stream
protocol_menu=Protocol
advanced=Advanced
protocol_identify=Protocol Identify
MM_FILE_DIGEST=File Digest Configuration
MM_FILE_DIGEST=File Digest Configuration
NTC_ASN_IP=ASN

View File

@@ -1212,4 +1212,5 @@ label_app_source=APP Source
packet=Packet
stream=Stream
protocol_menu=Protocol
protocol_identify=Protocol Identify
protocol_identify=Protocol Identify
NTC_ASN_IP=ASN

View File

@@ -1206,4 +1206,5 @@ stream=Stream
protocol_menu=Protocol
advanced=Advanced
protocol_identify=Protocol Identify
MM_FILE_DIGEST=\u6587\u4EF6\u6458\u8981\u914D\u7F6E
MM_FILE_DIGEST=\u6587\u4EF6\u6458\u8981\u914D\u7F6E
NTC_ASN_IP=ASN

View File

@@ -0,0 +1,2 @@
ALTER TABLE function_region_dict MODIFY COLUMN region_type INT(1) NOT NULL COMMENT '1IP类2字符串类3增强字符串类4数值类5摘要类6回调类,7 ASN';
UPDATE function_region_dict SET region_type=7 WHERE config_region_value='NTC_ASN_IP' AND function_id=5;