1

I have a few domains with Dreamhost where I have set a load of records using their web based domain name system, and I've like to move them to another provider that lets me enter info directly as a text file for their name server, bind 9 to use. (If you're interested, I'm moving them to Gandi.net).

Previously when I used a cpanel based system to do something similar, there was a tool that let me simply enter a domain name, and any available domains were automagically entered into a system, saving me typing it myself (and bringing down sites with silly typos in the process).

What open source tool can I use to query a domain for all the relevant subdomains and records and list them in a format like a zone file, that I can use with other name servers?

Zoredache
  • 128,755
  • 40
  • 271
  • 413
Chris Adams
  • 709
  • 3
  • 11
  • 18

1 Answers1

1

It seems this question comes up a lot. I answered a similar question in:

how to request/acquire all records from a DNS?

Chances are, Dreamhost is not going to want you to do a zone transfer (axfr) against their production system. You might be better off asking them for a copy of the zone file.

Warner
  • 23,440
  • 2
  • 57
  • 69