mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
@@ -40,10 +40,10 @@ type External struct {
|
|||||||
Next plugin.Handler
|
Next plugin.Handler
|
||||||
Zones []string
|
Zones []string
|
||||||
|
|
||||||
hostmaster string
|
hostmaster string
|
||||||
apex string
|
apex string
|
||||||
ttl uint32
|
ttl uint32
|
||||||
headless bool
|
headless bool
|
||||||
|
|
||||||
upstream *upstream.Upstream
|
upstream *upstream.Upstream
|
||||||
|
|
||||||
|
|||||||
@@ -216,4 +216,4 @@ func TestNsAddrsExternalWithPreexistingExternalIP(t *testing.T) {
|
|||||||
if cdr.Header().Name != expected {
|
if cdr.Header().Name != expected {
|
||||||
t.Errorf("Expected record name to be %q, got %q", expected, cdr.Header().Name)
|
t.Errorf("Expected record name to be %q, got %q", expected, cdr.Header().Name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user