mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 10:55:17 -05:00
Test and fix notify
More tests and add RemoteAddr to State, prolly LocalAddr will be useful as well. Fixed and tested IsNotify method.
This commit is contained in:
@@ -31,6 +31,8 @@ func (z *Zone) Copy() *Zone {
|
||||
z1.TransferTo = z.TransferTo
|
||||
z1.TransferFrom = z.TransferFrom
|
||||
z1.Expired = z.Expired
|
||||
z1.SOA = z.SOA
|
||||
z1.SIG = z.SIG
|
||||
return z1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user