diff options
| author | fengweihao <[email protected]> | 2024-01-31 15:25:30 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-01-31 15:25:30 +0800 |
| commit | 873f02cff2981cec231e071edfd18e52d6ed2fc3 (patch) | |
| tree | 109c69a06cd0363dd93c795382bb04cd7f11fd60 /resource/verify-policy.json | |
| parent | 45a42c6d43943ec557d5a06ee63dcf2042be4545 (diff) | |
TSG-13548 PolicyVerify支持port object匹配
TSG-18950 PolicyVerify支持将Tunnel Level作为条件匹配策略
TSG-18943 PolicyVerify支持ssl.no_sni,ssl.ech,ssl.esni的Boolean Object作为策略匹配输入条件
Diffstat (limited to 'resource/verify-policy.json')
| -rw-r--r-- | resource/verify-policy.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resource/verify-policy.json b/resource/verify-policy.json index a0adc46..20ff9b1 100644 --- a/resource/verify-policy.json +++ b/resource/verify-policy.json @@ -42,7 +42,7 @@ "not_flag": 0, "group_id": 301, "group_name":"ipv4_addr", - "virtual_table": "ATTR_SOURCE_ADDR", + "virtual_table": "ATTR_SOURCE_IP", "regions": [ { "table_type": "ip_plus", |
