diff options
Diffstat (limited to 'plugin/file/zone.go')
-rw-r--r-- | plugin/file/zone.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/zone.go b/plugin/file/zone.go index e94a00f16..e323350f3 100644 --- a/plugin/file/zone.go +++ b/plugin/file/zone.go @@ -32,7 +32,7 @@ type Zone struct { LastReloaded time.Time reloadMu sync.RWMutex reloadShutdown chan bool - Upstream upstream.Upstream // Upstream for looking up names during the resolution process + Upstream *upstream.Upstream // Upstream for looking up external names during the resolution process } // Apex contains the apex records of a zone: SOA, NS and their potential signatures. |