适配服务分类(fqdn_cat)

This commit is contained in:
fengweihao
2020-10-13 19:17:39 +08:00
parent f8667773b6
commit 492f7c2ed8
7 changed files with 285 additions and 93 deletions

View File

@@ -8,6 +8,6 @@
#ifndef _PANGGU_HTTP_H
#define _PANGGU_HTTP_H
extern int pangu_policy_init(struct verify_policy * verify, const char* profile_path);
extern int proxy_policy_init(struct verify_policy * verify, const char* profile_path);
#endif