mirror of
https://github.com/coredns/coredns.git
synced 2026-08-27 15:17:06 -04:00
plugin/etcd: allow disabling legacy apex fallback (#8468)
Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com>
This commit is contained in:
@@ -37,4 +37,7 @@ type ServiceBackend interface {
|
||||
}
|
||||
|
||||
// Options are extra options that can be specified for a lookup.
|
||||
type Options struct{}
|
||||
type Options struct {
|
||||
// NoApexFallback disables the legacy zone-root lookup when apex records are absent.
|
||||
NoApexFallback bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user