2
Answers

How to find out DNS values

Leon Xu

Leon Xu

14y
2.5k
1

Hello everybody, I am new here. Not quite familiar with this place.
I wrote a small program for my job today. This program is for domains, read out all of there DNS values. For example, domain like "abc.com"
We can get www.abc.com's values like ip xxx.xxx.xxx.xxx. My program can read some common values such as pop, smtp etc using namespace System.NET.
As everybody know, domains have many different DNS values, just like cname, mail exchanger, SPF records etc.
My problem is how to read these values out. Plz help me out.Thank you very much.
Answers (2)
0
rizwan hudda

rizwan hudda

NA 7 0 16y
thanks
i figured out the problem
i had to change the select the database and change the copy always option to
copy only when new ...
and it s working fine now!!
0
Scott Lysle

Scott Lysle

NA 28.5k 14.4m 16y

If you could show the code that you are using it would be a lot easier to determine what might be wrong.