plugin/transfer: configure notify source address (#8192)

Signed-off-by: houyuwushang <liuluoqianqiu@outlook.com>
This commit is contained in:
houyuwushang
2026-06-29 12:15:16 +08:00
committed by GitHub
parent 45a20ddcf1
commit 02f28345d1
6 changed files with 104 additions and 6 deletions

View File

@@ -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