summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-12-14 15:08:19 +0800
committerfengweihao <[email protected]>2023-12-14 15:08:19 +0800
commitb3700966fd3931763ee8e09aa9a72d87c3ae8d9e (patch)
tree8d764ca7e674cf9887355b4d2c242b5f32ae2e52 /resource
parentb801ca9d3b652c9aa494cb3b3fb2e0a5fbe31731 (diff)
TSG-17862 Proxy支持Internal IP address和Exteral IP Address的扫描, 支持以Topic方式上传HTTP请求体/应答体v4.8.51-20231215
Diffstat (limited to 'resource')
-rw-r--r--resource/pangu/table_info.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf
index f6ed2a9..d755449 100644
--- a/resource/pangu/table_info.conf
+++ b/resource/pangu/table_info.conf
@@ -530,5 +530,17 @@
"table_name":"ATTR_SUBSCRIBER_ID",
"table_type":"virtual",
"physical_table": "TSG_OBJ_SUBSCRIBER_ID"
+ },
+ {
+ "table_id":52,
+ "table_name":"ATTR_INTERNAL_ADDR",
+ "table_type":"virtual",
+ "physical_table": "TSG_OBJ_IP"
+ },
+ {
+ "table_id":53,
+ "table_name":"ATTR_EXTERNAL_ADDR",
+ "table_type":"virtual",
+ "physical_table": "TSG_OBJ_IP"
}
] \ No newline at end of file