1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-19 10:49:07 -04:00

rename import dialing tag in subscription

thanks mzz
This commit is contained in:
Shelikhoo
2023-11-25 15:44:31 +00:00
committed by Xiaokang Wang (Shelikhoo)
parent 1fcaca7145
commit c61820c7cd
5 changed files with 62 additions and 38 deletions

View File

@@ -37,7 +37,7 @@ func (h *httpFetcher) DownloadDocument(ctx context.Context, source *subscription
if err != nil {
return nil, newError("unable to parse destination")
}
return outboundDialer(ctx, dest, source.ImportNetworkTag)
return outboundDialer(ctx, dest, source.ImportUsingTag)
},
}
request, err := http.NewRequest("GET", source.Url, nil)