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: 8 months ago
JSON representation
CoreDNS based resolver to improve name resolution for Private Links in Azure
- Host: GitHub
- URL: https://github.com/mrroundrobin/azureprivatelinkresolver
- Owner: MrRoundRobin
- License: mit
- Created: 2022-02-05T15:57:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T09:37:33.000Z (over 2 years ago)
- Last Synced: 2025-03-25T14:12:56.311Z (over 1 year ago)
- Topics: azure, coredns, dns, network
- Language: Dockerfile
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.