k8gb-io / coredns-crd-plugin

CoreDNS plugin to use DNSEndpoint custom resource.
Apache License 2.0
21 stars 7 forks source link

Act based on RFC and return NOERROR and nodata #12

Closed k0da closed 3 years ago

k0da commented 3 years ago

https://tools.ietf.org/html/rfc4074#section-3 suggests we have to return NOERROR status and NODATA (empty reply)

Fixes https://github.com/AbsaOSS/coredns-crd-plugin/issues/11

Signed-off-by: Dinar Valeev dinar.valeev@absa.africa