golint
This commit is contained in:
parent
7ce7100122
commit
94dc28646d
18 changed files with 21 additions and 3 deletions
|
@ -102,6 +102,7 @@ func (p Proxy) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (
|
|||
return p.Next.ServeDNS(ctx, w, r)
|
||||
}
|
||||
|
||||
// Name implements the Handler interface.
|
||||
func (p Proxy) Name() string { return "proxy" }
|
||||
|
||||
// defaultTimeout is the default networking timeout for DNS requests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue