I am using dig installed on my machine to search for SPF records for a particular domain.
Is there a way to search a particular DNS server for the SPF records.
For example will the following work:
dig domain.com txt host ns1.nameserver1.com
dig domain.com txt host ns2.nameserver2.com
Please let me know if I did not make sense?