diff --git a/plugin/dnstap/handler.go b/plugin/dnstap/handler.go index e8a1fbc4a..a4b1acff0 100644 --- a/plugin/dnstap/handler.go +++ b/plugin/dnstap/handler.go @@ -18,8 +18,8 @@ type Dnstap struct { // IncludeRawMessage will include the raw DNS message into the dnstap messages if true. IncludeRawMessage bool - Identity []byte - Version []byte + Identity []byte + Version []byte } // TapMessage sends the message m to the dnstap interface.