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