diff options
| author | zhangchengwei <[email protected]> | 2018-11-30 12:48:16 +0800 |
|---|---|---|
| committer | zhangchengwei <[email protected]> | 2018-11-30 12:48:16 +0800 |
| commit | ae6fa8fe3910e04f5936b476f1120a8548d5bcbe (patch) | |
| tree | d68476c97d3794b10a833d930bb415017b55dff2 | |
| parent | 516c863bf0ad83b52f3c60a85a5833ce2d62e3b6 (diff) | |
配置文件改动
| -rw-r--r-- | bin/conf/maat_table_info_easy.conf | 24 | ||||
| -rw-r--r-- | bin/conf/table_info/service_id_map.conf | 41 | ||||
| -rw-r--r-- | bin/conf/table_info/table_info_one.conf | 5 |
3 files changed, 2 insertions, 68 deletions
diff --git a/bin/conf/maat_table_info_easy.conf b/bin/conf/maat_table_info_easy.conf deleted file mode 100644 index 055e9a8..0000000 --- a/bin/conf/maat_table_info_easy.conf +++ /dev/null @@ -1,24 +0,0 @@ -#each collumn seperate with '\t' -#id (0~65535( -#name string -#type one of ip,expr,compile or plugin -#src_charset one of GBK,BIG5,UNICODE,UTF8 -#dst_charset combined by GBK,BIG5,UNICODE,UTF8,seperate with '/' -#do_merege yes or no -#id name type IS_VALID_INDEX -0 APP_DOMAIN plugin 7 -1 APP_DYN_SEV_IP_CB plugin 9 -2 APP_POLICY plugin 7 -3 APP_STATIC_SEV_IP plugin 14 -4 LIMIT_DOMAIN plugin 7 -5 LIMIT_DYN_IP_CB plugin 9 -6 PXY_DYN_SEV_IP_CB plugin 9 -7 PXY_INTERCEPT_DOMAIN plugin 7 -8 LIMIT_IP plugin 14 -9 PXY_INTERCEPT_IP plugin 14 -10 INLINE_IP_CB plugin 14 -11 IR_STATIC_IP_POOL_CB plugin 9 -12 DK_CLI_IP_CB plugin 14 -13 IPD_DYN_SUBSCIBE_IP plugin 9 -14 IR_DYN_SIFT_IP plugin 9 -15 ANTI_DDOS_ATTACK_CB plugin 14 diff --git a/bin/conf/table_info/service_id_map.conf b/bin/conf/table_info/service_id_map.conf deleted file mode 100644 index 7dbdde9..0000000 --- a/bin/conf/table_info/service_id_map.conf +++ /dev/null @@ -1,41 +0,0 @@ -#service_id limit_rate grule_serv_type RULE_SCOPE limit_num -#INLINE_IP_CB DROP -3 0 10 1 1000 -#ANTIDDOS DROP -5 0 7 1 1000 -#INLINE_IP_CB DROP IPSEC/GRE 0x19/0x1C -25 0 10 1 1000 -28 0 10 1 1000 - -#IR_STATIC_IP_POOL LOOP 0x340 -832 0 20 1 1000 -#IR_DYN_SIFT_IP LOOP 0x341 -833 0 19 1 1000 - -#PXY_INTERCEPT_IP MONITOR 0x200/0x202/0x205 -512 0 21 1 1000 -514 0 21 1 1000 -517 0 21 1 1000 -#PXY_INTERCEPT_DOMAIN MONITOR 0x201 -513 0 22 1 1000 -515 0 22 1 1000 - -#APP_POLICY REJECT 0x21 -33 0 8 1 1000 -#APP_POLICY MONITOR 0x91 -145 0 18 1 1000 -#IPD_DYN_SUBSCIBE_IP -#DK_CLI_IP_CB -1045 0 18 1 1000 -#APP_POLICY DROP 0x410 -1040 0 8 1 1000 -##APP_POLICY LIMIT 0x420 -1056 0 246 1 1000 -1056 10 247 1 1000 -1056 20 248 1 1000 -1056 30 249 1 1000 -1056 40 250 1 1000 - -#TEST -11 0 8 1 10 - diff --git a/bin/conf/table_info/table_info_one.conf b/bin/conf/table_info/table_info_one.conf index 8d76f65..4973cd7 100644 --- a/bin/conf/table_info/table_info_one.conf +++ b/bin/conf/table_info/table_info_one.conf @@ -2,9 +2,8 @@ LIMIT_IP:1 5 REGION_TYPE_IP PXY_INTERCEPT_IP:2 6 REGION_TYPE_IP INLINE_IP_CB:3 7 REGION_TYPE_IP -IR_STATIC_IP_POOL_CB:4 8 REGION_TYPE_POOL +IR_INTERCEPT_IP:4 8 REGION_TYPE_IP DK_CLI_IP_CB:5 9 REGION_TYPE_IP IPD_DYN_SUBSCIBE_IP:6 10 REGION_TYPE_POOL -IR_DYN_SIFT_IP:7 11 REGION_TYPE_POOL -ANTI_DDOS_ATTACK_CB:8 12 REGION_TYPE_IP +ANTI_DDOS_ATTACK_CB:7 11 REGION_TYPE_IP |
