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?

link|improve this question

33% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I believe that I found the correct answer through this website:

http://www.madboa.com/geek/dig/

I was able to look up the SPF records on a specific DNS, by using the following query:

dig @ns1.nameserver1.com domain.com txt

dig @ns1.nameserver2.com domain.com txt

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.