基于原仓库的二次开发,增加了一个完全匹配hysteria2的http验证和流量统计api
{
"http": {
"enabled": true,
"api_url": "POST请求地址",
"timeout": "超时时间",
"cache_enable": true, // 存储一段时间的用户信息,减轻服务器压力
"cache_timeout": 1440, // 秒数,过期时间
},
"api": {
"enabled": true,
"api_key": "同HY2",
"api_addr": "监听IP",
"api_port": "监听端口"
}
}