Ondřej Benkovský
Ondřej Benkovský
@yongtang thanks for detailed clarification👍It makes sense to move CoreDNS governance this way as CoreDNS is now quite mature project, but my vote is quite minor as I am quite...
maybe it would be worth classifying these NXDOMAINs without SOA records also as **denials** by relaxing this condition https://github.com/coredns/coredns/blob/master/plugin/pkg/response/typify.go#L108 ? I think that RFC says that NXDOMAINs without SOA should...
Hello, as a feature this certainly makes sense 👍 Proxy protocol support would be useful in CoreDNS. I think I can take a look how difficult it would be to...
Thanks @chrisohaver for adding the tests and considering those minor comments 🙂 also back to the comment from @SuperQ about metrics, what about metrics exposed by other plugins other than...
If you want to solve the rest of the metrics in the followup I am ok with that, still I think it is very much needed, without it the metrics...
> > If you want to solve the rest of the metrics in the followup I am ok with that, still I think it is very much needed, without it...
To add some more missing reasoning: currently, for observability (tracing) purposes, there is an existing [trace](https://coredns.io/plugins/trace/) plugin, which is built on top of [Opentracing](https://opentracing.io/), but Opentracing as a project was...
@2022H1030014G as there is not any activity on this, I think you can freely work on this and when you have some skeleton ready, just open a new draft PR,...
> Is DoH3 the same as DoQ (DNS-over-QUIC)? I would say yes, it should be the same thing. HTTP/3 was known as HTTP over QUIC, before being renamed. I expect...
Currently standard GO library [does not support HTTP/3](https://github.com/golang/go/issues/32204), but after quick search it seems the go to solution for providing HTTP/3 server would be https://github.com/lucas-clemente/quic-go . I can imagine we...