Details
Description
I have create a nuget-proxy repository,but it does not work for me !
Because I find that the "@nxrmRemote" is direct to "api.nuget.org" which works fine anywhere else in the world but not in China . See the link [Catalog resource is unavailable in China|https://github.com/NuGet/NuGetGallery/issues/4949] .
When I browse "https://api.nuget.org/v3/index.json",it redirects to "https://nuget.cdn.azure.cn/v3/index.json";
if I "ping api.nuget.org" in cmd, it is fail;
Is there anyway to set the remote repository?