diff options
Diffstat (limited to 'plugin/hosts/hosts.go')
-rw-r--r-- | plugin/hosts/hosts.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/hosts/hosts.go b/plugin/hosts/hosts.go index 5f9766d47..dcd66d4be 100644 --- a/plugin/hosts/hosts.go +++ b/plugin/hosts/hosts.go @@ -17,7 +17,7 @@ type Hosts struct { Next plugin.Handler *Hostsfile - Fall *fall.F + Fall fall.F } // ServeDNS implements the plugin.Handle interface. |