PyPDNS
PyPDNS copied to clipboard
Output filering in the client
I could be convenient to be able to filter out the results directly with the client.
For Exemple;
usage: pdns [-h] --query 111.123.123.123 --since 3m To output directly only results last seen in the last 3 months.
We can't do it server-side (see https://github.com/CIRCL/PyPDNS/issues/42), adding it client side is possible but moderately useful as we still need to get the complete dataset from the server first.