Kevin Cox
Kevin Cox
Can't you get a confirmation of records not existing? For example looking at https://dnsviz.net/d/gmail.com/dnssec/ to continue using gmail.com as an example I see that it suggests that there was an...
See also https://security.stackexchange.com/a/128159/10114.
I don't see how that attack could work. If the `DS` and `NSEC` responses are stripped the response will be lacking a signed record that states that the domain doesn't...
Anyways, I have broken off this feature request into https://github.com/bluejekyll/trust-dns/issues/1708. However as part of this issue I think this shuold definitely be documented as it is very surprising (to me...
Ah, I didn't see that option. However it doesn't quite solve the use case as the config file is global, where as I would want to apply the tag to...
That is a good point. Maybe `deserialize_map` could be used? It is generally treated as similar to struct without knowing the fields upfront. However I think this is still problematic...
Oh, I didn't realize that was supported. IIUC though the serializer always produces structs/maps though? But that would prevent fixing this as it would break backwards compatibility. Maybe for serde...
Thanks for the pointers, they sped things up a lot. Right now I am making progress on the options but it seems to assume that the number of options are...
Ok, I now have a feature-complete implementation. There is clearly more work to be done though. I'l going to update the first comment with a checklist of work to be...
Also I took out the `TextArea` widget but put the `KeyBinding` one right in. The `TextArea` was simple enough that code sharing isn't really required but there is no way...