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:
committed by
Xiaokang Wang (Shelikhoo)
parent
1fcaca7145
commit
c61820c7cd
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user