GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DNSTABLE_DUMP(1)   DNSTABLE_DUMP(1)

dnstable_dump - dump dnstable data file to text or JSON

dnstable_dump [--raw] [--json] --rrset filename

dnstable_dump [--raw] [--json] --rdata filename

Dumps a dnstable data file to stdout, either in an ad-hoc text format (the default), or in JSON format. Specifying one of --rrset or --rdata is required in order to select which section of the data file to dump.

-R, --raw
When using JSON format for --rdata_full output, add a hex representation of the raw rdata.

-j, --json

Use JSON format for output. One JSON-formatted entry per line will be printed.

-r, --rrset_full

Dump the full RRset section of the data file from ENTRY_TYPE_RRSET records.

-d, --rdata_full

Dump the full Rdata section of the data file from ENTRY_TYPE_RDATA records.

--rrset_names

Dump the rrset names from ENTRY_TYPE_RRSET_NAME_FWD records.

--rdata_names

Dump the rdata names from ENTRY_TYPE_RDATA_NAME_REV records.

-t, --time_range

Output time range metadata from ENTRY_TYPE_TIME_RANGE records.

-v, --version_entries

Output version metadata from ENTRY_TYPE_VERSION records.

$ dnstable_dump -R -j -d /path/to/dns.mtbl

$ dnstable_dump -r /path/to/dns.mtbl

$ dnstable_dump --rdata_names /path/to/dns.mtbl

08/06/2021  

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.