mirror of
https://github.com/coredns/coredns.git
synced 2026-07-12 02:30:10 -04:00
plugin/transfer: configure notify source address (#8192)
Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com>
This commit is contained in:
@@ -23,8 +23,9 @@ type Transfer struct {
|
||||
}
|
||||
|
||||
type xfr struct {
|
||||
Zones []string
|
||||
to []string
|
||||
Zones []string
|
||||
to []string
|
||||
source net.IP
|
||||
}
|
||||
|
||||
// Transferer may be implemented by plugins to enable zone transfers
|
||||
|
||||
Reference in New Issue
Block a user