diff options
author | 2018-07-04 07:54:17 +0100 | |
---|---|---|
committer | 2018-07-04 07:54:17 +0100 | |
commit | e6f81ebb314f3a4923fb3a63436a9243eeba9e47 (patch) | |
tree | 6d3f816dd39294844ce2a2bdc2a1ec53999354ba /.gitignore | |
parent | 063e673bc4575532d30600405d4b60f4ee74282c (diff) | |
download | coredns-e6f81ebb314f3a4923fb3a63436a9243eeba9e47.tar.gz coredns-e6f81ebb314f3a4923fb3a63436a9243eeba9e47.tar.zst coredns-e6f81ebb314f3a4923fb3a63436a9243eeba9e47.zip |
Add debug.Hexdump (#1902)
Allow plugins to dump messages in text pcap to the log. The forward
plugin does this when a reply does not much the query.
If the debug plugin isn't loaded Hexdump and Hexdumpf are noop.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index ca7623eb9..41eba47cb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,6 @@ Corefile coredns coredns.exe coredns.exe~ -debug -debug.test kubectl go-test-tmpfile* coverage.txt |