You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMARC records often (always?) reside on a subdomain like _dmarc.example.com.
Using this dns-lookup we can look up the DMARC record: https://dns-lookup.jvns.ca/#_dmarc.example.com|txt
But it's a bit cumbersome having to do that for one specific record.
Would it be possible to extend this tool to also check the TXT record for the _dmarc subdomain automatically?
I've tried to run this project locally but I'm not familiar with golang or the ecosystem so I got stuck :-)
The text was updated successfully, but these errors were encountered:
DMARC records often (always?) reside on a subdomain like
_dmarc.example.com
.Using this dns-lookup we can look up the DMARC record: https://dns-lookup.jvns.ca/#_dmarc.example.com|txt
But it's a bit cumbersome having to do that for one specific record.
Would it be possible to extend this tool to also check the TXT record for the
_dmarc
subdomain automatically?I've tried to run this project locally but I'm not familiar with golang or the ecosystem so I got stuck :-)
The text was updated successfully, but these errors were encountered: