diff options
Diffstat (limited to 'middleware/file/xfr.go')
-rw-r--r-- | middleware/file/xfr.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/file/xfr.go b/middleware/file/xfr.go index 4d7f07a48..54f7b71f8 100644 --- a/middleware/file/xfr.go +++ b/middleware/file/xfr.go @@ -57,6 +57,6 @@ func (x Xfr) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (in } // Name implements the middleware.Hander interface. -func (x Xfr) Name() string { return "xfr" } // Or should we return "file" here? +func (x Xfr) Name() string { return "xfr" } const transferLength = 1000 // Start a new envelop after message reaches this size in bytes. Intentionally small to test multi envelope parsing. |