Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrroundrobin/azureprivatelinkresolver

CoreDNS based resolver to improve name resolution for Private Links in Azure
https://github.com/mrroundrobin/azureprivatelinkresolver

azure coredns dns network

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://docs.microsoft.com/azure/virtual-network/what-is-ip-address-168-63-129-16). If this resolver returns a NXDOMAIN the request is forwarded to an external resolver.