# dump **Repository Path**: mirrors_miekg/dump ## Basic Information - **Project Name**: dump - **Description**: dump all incoming request in coredns - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dump ## Name *dump* - dumps all incoming queries on standard output. ## Description *dump* uses the synax from the *log* plugin, and defaults to this format: ~~~ {remote} - {>id} {type} {class} {name} {proto} {port} ~~~ So a query will show up as: ~~~ :1 - 3644 MX IN example.net. udp 46481 ~~~ Note that this is shorter than the default for *log* so you can distinguish between the two outputs. *log* only logs queries that have seen a response, so this plugin can be used as a debugging aid to just dump all incoming queries. ## Syntax ~~~ txt dump ~~~ ## Examples Dump all queries. ~~~ corefile . { dump } ~~~