mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 10:55:17 -05:00
Implement external lookups for CNAMEs
This commit is contained in:
@@ -93,7 +93,7 @@ func TestLookupCNAMEExternal(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("Expected no error when reading zone, got %q", err)
|
||||
}
|
||||
zone.Proxy = proxy.New([]string{"8.8.8.8:53"}) // TODO(point to local instance)
|
||||
zone.Proxy = proxy.New([]string{"8.8.8.8:53"}) // TODO(miek): point to local instance
|
||||
|
||||
fm := File{Next: test.ErrorHandler(), Zones: Zones{Z: map[string]*Zone{name: zone}, Names: []string{name}}}
|
||||
ctx := context.TODO()
|
||||
|
||||
Reference in New Issue
Block a user