Re: dig for domain registration

2009-01-23 Thread Scott Haneda
On Jan 23, 2009, at 2:01 AM, Stephane Bortzmeyer wrote: On Thu, Jan 22, 2009 at 01:16:00PM -0800, Scott Haneda wrote a message of 18 lines which said: If I do `dig NS example.com` and grep out my NS, does that suffice for making sure my primary and secondary are listed? It depends on the TL

Re: dig for domain registration

2009-01-23 Thread Stephane Bortzmeyer
On Thu, Jan 22, 2009 at 01:16:00PM -0800, Scott Haneda wrote a message of 18 lines which said: > If I do `dig NS example.com` and grep out my NS, does that suffice > for making sure my primary and secondary are listed? It depends on the TLD policy. For ".com", as far as I know, there is no re

Re: dig for domain registration

2009-01-22 Thread Scott Haneda
There are, I ran a repeat loop in bash, for only 50 domains, and I was thorttled back to I believe, once every 3 minutes. Different WHOIS servers may have different policy, but it is also slow. Dig should speed up my queries by a large degree. Thank you. On Jan 22, 2009, at 1:24 PM, CB wr

Re: dig for domain registration

2009-01-22 Thread CB
oops..arent any On Thu, Jan 22, 2009 at 4:24 PM, CB wrote: > I believe there are any restrictions if you run a WHOIS from your dig > prompt. > > [ch...@ks1dc ~]$ whois newgeo.com > [Querying whois.internic.net] > [Redirected to whois.wildwestdomains.com] > [Querying whois.wildwestdomains.com] >

Re: dig for domain registration

2009-01-22 Thread CB
I believe there are any restrictions if you run a WHOIS from your dig prompt. [ch...@ks1dc ~]$ whois newgeo.com [Querying whois.internic.net] [Redirected to whois.wildwestdomains.com] [Querying whois.wildwestdomains.com] [whois.wildwestdomains.com] The data contained in this Registrar's Whois data

dig for domain registration

2009-01-22 Thread Scott Haneda
Hello, I want to do some spring cleaning on my dns. WHOIS seems to throttle me back with too many checks, how can I use dig to check for registration of a domains? If I do `dig NS example.com` and grep out my NS, does that suffice for making sure my primary and secondary are listed? What