(1)调整ip配置界面
(2)ip配置界面ip限速加入用户自定义域
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
2
src/main/resources/sql/20181011/extend_region_type.sql
Normal file
2
src/main/resources/sql/20181011/extend_region_type.sql
Normal 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;
|
||||
Reference in New Issue
Block a user