1.DOH 协议解析 2.DOH 协议还原 3.DOH POST请求 early response 4.DOH 策略扫描 5.tfe plugin 支持多个 bussiness 插件调用 6.Maat_feather 的创建从 pangu 剥离(涉及pangu/doh/ssl-policy) 7.增加 kafka 日志 8.增加测试用例
10 lines
166 B
C
10 lines
166 B
C
#pragma once
|
|
|
|
enum RESOURCE_TYPE
|
|
{
|
|
STATIC_MAAT,
|
|
DYNAMINC_MAAT,
|
|
};
|
|
|
|
int tfe_bussiness_resouce_init();
|
|
void *tfe_bussiness_resouce_get(enum RESOURCE_TYPE type); |