3 lines
191 B
MySQL
3 lines
191 B
MySQL
|
|
-- IP Spoofing Import
|
||
|
|
UPDATE function_region_dict SET is_import = 1,config_protocol = '6,17' WHERE function_id = 214;
|
||
|
|
UPDATE function_service_dict SET is_import = 1 WHERE function_id = 214;
|