diff options
| author | fengweihao <[email protected]> | 2024-10-25 17:00:57 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-10-25 17:00:57 +0800 |
| commit | edd0209fcd2efe2ebb45719b6facc3f4de74467f (patch) | |
| tree | 261f33b827a5edf254d44507cc831b621200d814 /resource/pangu/table_info.conf | |
| parent | ccf1186058ca4a10cc69eb22cbe72f965522c5a6 (diff) | |
TSG-22751 Adaptation of Proxy Manipulation Policy actions and changes to action parameters.v4.10.5-20241025
Diffstat (limited to 'resource/pangu/table_info.conf')
| -rw-r--r-- | resource/pangu/table_info.conf | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/resource/pangu/table_info.conf b/resource/pangu/table_info.conf index 4a378be..33551ef 100644 --- a/resource/pangu/table_info.conf +++ b/resource/pangu/table_info.conf @@ -24,7 +24,7 @@ { "table_id":3, "table_name":"OBJECT_GROUP", - "table_type":"object2object" + "table_type":"object_group" }, { "table_id":4, @@ -115,7 +115,7 @@ }, { "table_id":17, - "table_name":"PROXY_HIJACK_FILE", + "table_name":"PROXY_REPLACEMENT_FILE", "table_type":"plugin", "custom": { "key_name":"uuid", @@ -123,9 +123,9 @@ "foreign_names": ["path"] } }, - { + { "table_id":18, - "table_name":"PROXY_INJECT_SCRIPT", + "table_name":"PROXY_JS_FILE", "table_type":"plugin", "custom": { "key_name":"uuid", @@ -133,8 +133,18 @@ "foreign_names": ["path"] } }, - { + { "table_id":19, + "table_name":"PROXY_CSS_FILE", + "table_type":"plugin", + "custom": { + "key_name":"uuid", + "key_type":"pointer", + "foreign_names": ["path"] + } + }, + { + "table_id":20, "table_name":"PXY_INTERCEPT_RULE", "table_type":"plugin", "custom": { @@ -143,7 +153,7 @@ } }, { - "table_id":20, + "table_id":21, "table_name":"TRAFFIC_MIRRORING_PROFILE", "table_type":"plugin", "custom": { @@ -152,7 +162,7 @@ } }, { - "table_id":21, + "table_id":22, "table_name":"DECRYPTION_PROFILE", "table_type":"plugin", "custom": { @@ -162,7 +172,7 @@ }, { "table_id":23, - "table_name":"HTTP_MANIPULATION_SCRIPT", + "table_name":"PROXY_LUA_SCRIPT", "table_type":"plugin", "custom": { "key_type":"pointer", |
