feat: 支持设置查询远程订阅流量信息时的 User-Agent

This commit is contained in:
xream
2024-03-14 19:45:39 +08:00
parent 8e1583742d
commit 28dddc1d28
5 changed files with 23 additions and 8 deletions

View File

@@ -115,7 +115,7 @@ async function getFlowInfo(req, res) {
} else {
const flowHeaders = await getFlowHeaders(
url,
undefined,
$arguments.flowUserAgent,
undefined,
sub.proxy,
);