summaryrefslogtreecommitdiff
path: root/plugin/business/doh
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2021-05-10 10:21:31 +0800
committerfengweihao <[email protected]>2021-05-10 10:21:31 +0800
commit91facad80ad88ca81970246f3550efb677dd16ff (patch)
tree845728c5d1988ef14eb7f6e6b374e361bd8ff6ed /plugin/business/doh
parentc184cf6ad6f35da222371a9cc47d4446868a9724 (diff)
TSG-6072 Deny动作和Redirect动作日志中存在非格式化日志HTTP.Request Bodyv4.5.01-202105
TSG-6095 代理策略monitor动作产生的非格式化下载日志与策略配置不相符
Diffstat (limited to 'plugin/business/doh')
-rw-r--r--plugin/business/doh/src/doh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/doh/src/doh.cpp b/plugin/business/doh/src/doh.cpp
index a4c0d97..59cf502 100644
--- a/plugin/business/doh/src/doh.cpp
+++ b/plugin/business/doh/src/doh.cpp
@@ -205,7 +205,7 @@ static void doh_maat_scan(const struct tfe_stream *stream, const struct tfe_http
{
int hit_cnt = 0;
int scan_ret = 0;
- int app_id = 135;
+ int app_id = 8006;
struct ipaddr sapp_addr;
struct Maat_rule_t *p_result = NULL;
struct Maat_rule_t result[MAX_SCAN_RESULT];