1.提交修改bgp as的表达式只能选择无表达式,关键字只能单个关键字输入,sql文件2018放入文件夹2018下
2.修改http中关键字过长换行问题
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#日志查询-封堵类型
|
||||
INSERT INTO `sys_data_dictionary_name` (`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`) VALUES ('152', '日志查询-封堵类型', 'FD_TYPE', '日志查询-封堵类型', '', '2018-12-17 06:06:23', '2018-12-17 06:06:23', '1');
|
||||
|
||||
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('4059', '0', 'black_block_list', '动态黑名单FD', '0', '1', '1', '152');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('4060', '1', 'static_cfg_block', '静态配置FD', '0', '1', '1', '152');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('4061', '2', 'first_hit', '首次分析命中', '0', '1', '1', '152');
|
||||
@@ -0,0 +1,22 @@
|
||||
-- IP拦截/域名拦截
|
||||
UPDATE
|
||||
function_region_dict
|
||||
SET
|
||||
config_protocol = '6,17',
|
||||
is_import = 1
|
||||
WHERE
|
||||
dict_id = 53 AND function_id = 200;
|
||||
|
||||
UPDATE
|
||||
function_region_dict
|
||||
SET
|
||||
is_import = 1
|
||||
WHERE
|
||||
function_id = 201;
|
||||
|
||||
UPDATE
|
||||
function_service_dict
|
||||
SET
|
||||
is_import = 1
|
||||
WHERE
|
||||
function_id = 200 OR function_id = 201;
|
||||
Reference in New Issue
Block a user