summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2020-06-11 13:47:56 +0800
committerfengweihao <[email protected]>2020-06-11 13:47:56 +0800
commit9614ea53c022b9fbf4468a22be5141fa63bb15b6 (patch)
tree316a3a4d987f316392d1b88a4b0ffd14a278378c /resource
parentaadb00755f5c4372174c94b010c0e7c29c301178 (diff)
TSG-2020 功能端支持ip归属地和ASN对象策略
Diffstat (limited to 'resource')
-rw-r--r--resource/pangu/table_info.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf
index 371123e..1a57fa2 100644
--- a/resource/pangu/table_info.conf
+++ b/resource/pangu/table_info.conf
@@ -47,4 +47,14 @@
26 TSG_SECURITY_COMPILE plugin {"key":1,"valid":8}
27 PXY_PROFILE_TRAFFIC_MIRROR plugin {"key":1,"valid":4}
28 TSG_PROFILE_DECRYPTION plugin {"key":1,"valid":4}
+29 TSG_IP_ASN_BUILT_IN ip_plugin {"row_id":1,"ip_type":2,"start_ip":3,"end_ip":4,"valid":7}
+30 TSG_IP_ASN_USER_DEFINED ip_plugin {"row_id":1,"ip_type":2,"start_ip":3,"end_ip":4,"valid":7}
+31 TSG_IP_LOCATION_BUILT_IN ip_plugin {"row_id":1,"ip_type":3,"start_ip":4,"end_ip":5,"valid":18}
+32 TSG_IP_LOCATION_USER_DEFINED ip_plugin {"row_id":1,"ip_type":3,"start_ip":4,"end_ip":5,"valid":18}
+33 TSG_OBJ_AS_NUMBER expr UTF8 UTF8/GBK yes 0
+34 TSG_SECURITY_SOURCE_ASN virtual TSG_OBJ_AS_NUMBER --
+35 TSG_SECURITY_DESTINATION_ASN virtual TSG_OBJ_AS_NUMBER --
+36 TSG_OBJ_GEO_LOCATION expr UTF8 UTF8/GBK yes 0
+37 TSG_SECURITY_SOURCE_LOCATION virtual TSG_OBJ_GEO_LOCATION --
+38 TSG_SECURITY_DESTINATION_LOCATION virtual TSG_OBJ_GEO_LOCATION --