修改voip、dns响应策略、ip欺骗模块权限bug
系统管理模块所有提示信息增加国际化 增加清空数据sql
This commit is contained in:
@@ -1,46 +1,40 @@
|
||||
truncate dns_ip_cfg;
|
||||
truncate dns_domain_cfg;
|
||||
truncate ip_port_cfg;
|
||||
truncate http_domain_cfg;
|
||||
truncate http_url_cfg;
|
||||
truncate http_body_cfg;
|
||||
truncate http_req_head_cfg;
|
||||
truncate http_res_head_cfg;
|
||||
truncate http_ip_cfg;
|
||||
truncate mail_from_cfg;
|
||||
truncate mail_to_cfg;
|
||||
truncate mail_subject_cfg;
|
||||
truncate mail_content_cfg;
|
||||
truncate mail_attach_name_cfg;
|
||||
truncate mail_attach_content_cfg;
|
||||
truncate mail_ip_cfg;
|
||||
truncate ftp_addr_cfg;
|
||||
truncate ftp_file_name_cfg;
|
||||
truncate ftp_file_content_cfg;
|
||||
truncate ftp_ip_cfg;
|
||||
truncate l2tp_ip_cfg;
|
||||
truncate l2tp_url_cfg;
|
||||
truncate pptp_ip_cfg;
|
||||
truncate pptp_url_cfg;
|
||||
truncate openvpn_ip_cfg;
|
||||
truncate ssh_ip_cfg;
|
||||
truncate ssl_cert_cfg;
|
||||
truncate ssl_sni_cfg;
|
||||
truncate ssl_ip_cfg;
|
||||
truncate sip_ip_cfg;
|
||||
truncate sip_original_cfg;
|
||||
truncate sip_terminal_cfg;
|
||||
truncate rtp_ip_cfg;
|
||||
truncate mms_ip_cfg;
|
||||
truncate mms_url_cfg;
|
||||
truncate rtsp_ip_cfg;
|
||||
truncate rtsp_url_cfg;
|
||||
truncate rtmp_ip_cfg;
|
||||
truncate rtmp_url_cfg;
|
||||
truncate https_url_cfg;
|
||||
truncate https_content_replace_cfg;
|
||||
truncate byte_features_cfg;
|
||||
truncate num_boundary_cfg;
|
||||
truncate complex_keyword_cfg;
|
||||
truncate app_id_cfg;
|
||||
truncate area_ip_cfg;
|
||||
delete from app_byte_cfg;
|
||||
delete from app_domain_cfg;
|
||||
delete from app_features_index;
|
||||
delete from app_http_cfg;
|
||||
delete from app_id_cfg;
|
||||
delete from app_ip_cfg;
|
||||
delete from app_policy_cfg;
|
||||
delete from area_ip_cfg;
|
||||
delete from asn_keyword_cfg;
|
||||
delete from av_cont_ip_cfg;
|
||||
delete from av_cont_url_cfg;
|
||||
delete from av_file_sample_cfg;
|
||||
delete from av_pic_ip_cfg;
|
||||
delete from av_pic_url_cfg;
|
||||
delete from av_sign_sample_cfg;
|
||||
delete from av_voip_account_cfg;
|
||||
delete from av_voip_ip_cfg;
|
||||
delete from byte_features_cfg;
|
||||
delete from cfg_index_info;
|
||||
delete from complex_keyword_cfg;
|
||||
delete from config_group_info;
|
||||
delete from ddos_ip_cfg;
|
||||
delete from dns_domain_cfg;
|
||||
delete from dns_ip_cfg;
|
||||
delete from dns_res_strategy;
|
||||
delete from file_digest_cfg;
|
||||
delete from ftp_keyword_cfg;
|
||||
delete from http_body_cfg;
|
||||
delete from http_req_head_cfg;
|
||||
delete from http_res_head_cfg;
|
||||
delete from http_url_cfg;
|
||||
delete from ip_multiplex_pool_cfg;
|
||||
delete from ip_port_cfg;
|
||||
delete from l2tp_url_cfg;
|
||||
delete from mail_keyword_cfg;
|
||||
delete from multiple_cfg_relation;
|
||||
delete from num_boundary_cfg;
|
||||
delete from policy_group_info;
|
||||
delete from pptp_url_cfg;
|
||||
delete from ssl_keyword_cfg;
|
||||
Reference in New Issue
Block a user