diff options
Diffstat (limited to 'middleware/etcd/stub.go')
-rw-r--r-- | middleware/etcd/stub.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/etcd/stub.go b/middleware/etcd/stub.go index 1c4634853..8c1924b57 100644 --- a/middleware/etcd/stub.go +++ b/middleware/etcd/stub.go @@ -67,7 +67,7 @@ Services: } for domain, nss := range nameservers { - stubmap[domain] = proxy.New(nss) + stubmap[domain] = proxy.NewLookup(nss) } // atomic swap (at least that's what we hope it is) if len(stubmap) > 0 { |