Miek Gieben
Miek Gieben
One of the reasons validns is (was?) so fast, is that things like this aren't implemented! I have no problem with a tool that only works correctly with a zone...
[ Quoting in "Re: [abiosoft/caddy-git] "Port" to ..." ] >Sorry @miekg, I don't know how I miss this in my email all this while. >I've not explored CoreDNS's code yet...
[ Quoting ***@***.***> in "[miekg/dns] Parsing TXT records doe..." ] >When calling NewRR() on a TXT record, an escaped quote isn't properly >de-escaped. > >A line such as: > >example.com....
trouble parsing what you mean here. I still believe current behavior is correct, as calling this should give the same output: NewRR -> String() -> NewRR on that string ->...
yep, we will not switch because of backward compact reasons. also the issue is with net.IP, not something that can be fixed here, nor do I want to work around...
your commit message also don't explain anything about this change, it's just a one-liner So it's on the client you want to use a buffer just like we do on...
[ Quoting ***@***.***> in "Re: [miekg/dns] Add RFC4034 domain ..." ] >Is there still something for me to fix in this PR? NSEC Cover() was already >(though broken) part of...
Frankly, I don't really know what best here... Adding _another_ function that does the same, but has slightly different semantics doesn't make the problem easier, so in that regard merging...
OK, I think we can do the following, and just have two Compare* functions. Rename to `Compare` and move it to `labels.go` and it should be possible to use the...
Let me take a look this weekend On Fri, 13 May 2022, 10:55 monoidic, ***@***.***> wrote: > The last change might be controversial and I can revert it if you...