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

This commit is contained in:
xream
2024-03-14 19:45:39 +08:00
parent 25d3cf6ca4
commit 2611dccc73
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,
);