PyPDNS icon indicating copy to clipboard operation
PyPDNS copied to clipboard

Output filering in the client

Open Th4nat0s opened this issue 2 months ago • 1 comments

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.

Th4nat0s avatar Oct 09 '25 09:10 Th4nat0s

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.

Rafiot avatar Oct 09 '25 19:10 Rafiot