Marco Davids

Results 53 issues of Marco Davids

It would be great if valiDNS would be able to take advantage of all available CPU power to speed things up.

The Changes file does not seem to reflect https://github.com/tobez/validns/pull/62 .

RFC8080 has recently come out for DNSSEC algorithms 15 and 16. Could support for this be added to ValiDNS? https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml This seems relevant (it was the change for algo 13...

I like this theme a lot. One thing that seems missing is the ability to add social-media references to the [params.contact] section. I believe that would be a useful addition.

Maybe something like: ./dog -H @https://doh:[email protected]/dns-query example.nl Albeit this method is deprecated as per RFC3986, par. 3.2.1, so perhaps "-u doh -p BeGentle" would be the better approach.

feature request

Over the past few years the add-on collected many DKIM keys, but there sees to be no good way of cleaning things up in one go. I can only select...

enhancement

Would it be possible to add a feature that shows the amount of IPv6-traffic, as compared to IPv4? It's not in `/proc/net/dev`, but maybe in `dev_snmp6`? (at least in Linux)...

feature request

dig +cookie www.phishingscorecard.com @195.137.214.10 results in FORMERR (and an echo of the OPT). Same applies for any other EDNS-option, except for the DO-header flag, that one is accepted. Maybe relevant...

When a form is submitted via IPv6, the address appears incomplete. Quick fix/workaround for existing forms: `ALTER TABLE ft_form_X CHANGE COLUMN ip_address ip_address VARCHAR(39);` (change 'X' into the right number)...

When I was testing the CSV exporter, I decided to add a comma in the Name-field of a form. After that, the conformation mail was garbled. I was able to...