F
Facco Eloelo
I have 4 DNS servers
e.g.
111.111.111.111;
222.222.222.222;
111.222.111.222;
222.111.222.111.
They are fake here for secure reason;-)
When I want to get a domain's IP,I usually type:
"nslookup"-->"server 111.111.111.111"-->"www.aaa.com"
then "server 222.222.222.222"-->"www.aaa.com"
and then "server 111.222.111.222"-->"www.aaa.com"
and then "server 222.111.222.111"-->"www.aaa.com"
But I find it costs lots of my time.
Is there a tool (or just a perl script) which can set four nameservers(or more)
*at the same time* to query?
Thank you in advance.
e.g.
111.111.111.111;
222.222.222.222;
111.222.111.222;
222.111.222.111.
They are fake here for secure reason;-)
When I want to get a domain's IP,I usually type:
"nslookup"-->"server 111.111.111.111"-->"www.aaa.com"
then "server 222.222.222.222"-->"www.aaa.com"
and then "server 111.222.111.222"-->"www.aaa.com"
and then "server 222.111.222.111"-->"www.aaa.com"
But I find it costs lots of my time.
Is there a tool (or just a perl script) which can set four nameservers(or more)
*at the same time* to query?
Thank you in advance.