Skip to content

Releases: ak9999/dnsutils

Now with DMARC!

04 Nov 00:55

Choose a tag to compare

Now with DMARC! Pre-release
Pre-release

DMARC

recordslookup can now query a dmarc record without explicitly needing to specify the _dmarc subdomain.

Example:

recordslookup example.com dmarc

You'll receive the TXT record containing the _dmarc information.

Also new, an executable created with pyinstaller that you can use on any 64-bit Windows system. Try it out!

Note

I still would not use this over dig, as dig will always give you more information. However, if you are a Windows user and just need to know what a record is, this may be good enough.