Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrroundrobin/azureprivatelinkresolver
- Owner: MrRoundRobin
- License: mit
- Created: 2022-02-05T15:57:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T09:37:33.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:58:16.914Z (7 months 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.