mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
plugin/dnstap: support FQDN TCP endpoint (#5377)
* plugin/dnstap: support FQDN TCP endpoint Signed-off-by: lob <pengyu@pingcap.com> * plugin/dnstap: remove unused variable Signed-off-by: lob <pengyu@pingcap.com>
This commit is contained in:
@@ -25,7 +25,6 @@ type tapper interface {
|
||||
type dio struct {
|
||||
endpoint string
|
||||
proto string
|
||||
conn net.Conn
|
||||
enc *encoder
|
||||
queue chan tap.Dnstap
|
||||
dropped uint32
|
||||
|
||||
Reference in New Issue
Block a user