ori-edge / k8s_gateway

A CoreDNS plugin to resolve all types of external Kubernetes resources
Apache License 2.0
295 stars 64 forks source link

fix rfc4074 behaviour #125

Closed networkop closed 2 years ago

networkop commented 2 years ago

fixes #124

plevart commented 2 years ago

I can confirm that this fix works. Query for AAAA record that does not exist but there is an A record for the same name correctly returns status: NOERROR and Bind 9 as a caching resolver in-front of this fixed k8s_gateway correctly caches such response so that it does not overwrite positive A answer for the same name. Thanks for quick response.