Skip to content

List more than one domain with single command

linickx edited this page Mar 8, 2012 · 1 revision

You may want to create a dump of all your DNS records across multiple domains; this can be achieved by inclduing rsdns in a loop:

for i in domain1.com domain.com;do ./rsdns-list.sh -d $i;done

Reference #6 - by @rjmunro

Clone this wiki locally