mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 08:33:22 +08:00
feat: 支持使用代理/节点/策略获取订阅
This commit is contained in:
@@ -113,7 +113,12 @@ async function getFlowInfo(req, res) {
|
||||
}),
|
||||
});
|
||||
} else {
|
||||
const flowHeaders = await getFlowHeaders(url);
|
||||
const flowHeaders = await getFlowHeaders(
|
||||
url,
|
||||
undefined,
|
||||
undefined,
|
||||
sub.proxy,
|
||||
);
|
||||
if (!flowHeaders) {
|
||||
failed(
|
||||
res,
|
||||
|
||||
Reference in New Issue
Block a user