mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 19:05:19 -05:00
@@ -30,7 +30,7 @@ func (z *Zone) isNotify(state middleware.State) bool {
|
||||
|
||||
// Notify will send notifies to all configured TransferTo IP addresses.
|
||||
func (z *Zone) Notify() {
|
||||
go notify(z.name, z.TransferTo)
|
||||
go notify(z.origin, z.TransferTo)
|
||||
}
|
||||
|
||||
// notify sends notifies to the configured remote servers. It will try up to three times
|
||||
|
||||
Reference in New Issue
Block a user