0

We have our private nuget feed hosted in Azure along with Azure DNS zone pointing to it. Most of our development stuff is located on the single server so there is no specific DNS record just for the nuget feed, but instead a wildcard A-record that points to that server: A *.exampe.com 3600 198.51.100.1

Recently nuget feed stopped resolving. What happened?

Andriy K
  • 113
  • 6

1 Answers1

1

All the other services behind that single DNS record kept resolved normally, i.e. build.example.com. Only logical conclusion is that Microsoft introduced some special handling for some specific third level domains.

Adding explicit nuget.example.com record resolved the situation.

Andriy K
  • 113
  • 6