Node:mydnsexport, Next:mydnsimport, Previous:mydnscheck, Up:Utilities
The mydnsexport
program outputs zone data in various formats understood
by DNS servers other than MyDNS.
By default, mydnsexport
exports a single zone specified on the command
line in BIND format. The following command would output the example.com
zone in BIND zone file format:
# mydnsexport example.com
mydnsexport
can also output tinydns-data style data files, as used by
the tinydns
name server, by specifying the -t, --tinydns-data
option. If this output format is specified, and no zone names are provided on
the command line, mydnsexport
will output all zones.
For an explanation of all available options, please see the
mydnsexport
(8) man page.