Output all DNS records for a domain.
For virtual servers with DNS enabled, this command provides an easy way to see what DNS records currently exist. The server is specified with the --domain
flag, followed by a domain name.
By default, output is in a human-readable table format. However, you can choose to a more easily parsed and complete format with the --multiline
flag, or get a list of just record names with the --name-only
option.
Command Line Help
Lists the DNS records in some domain. virtualmin get-dns --domain name [--multiline | --name-only]