Skip to content

CoreDNS based resolver to improve name resolution for Private Links in Azure

License

Notifications You must be signed in to change notification settings

MrRoundRobin/AzurePrivateLinkResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzurePrivateLinkResolver

This CoreDNS based resolver can be used to improve name resolutin inside Azure Networks when using Private Link DNS Zones.

The Problem

When using Private Links with Private DNS Zones in Azure the name resolution for resources that also use Private Links but aren't in the linked Private DNS Zone can not be resolved.

The Solution

This resolver improves that by first querying the internal Azure resolver 168.63.129.16. If this resolver returns a NXDOMAIN the request is forwarded to an external resolver.

About

CoreDNS based resolver to improve name resolution for Private Links in Azure

Topics

Resources

License

Stars

Watchers

Forks

Packages