mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Add notifies to master servers
This adds a bunch of supporting code to send notifies to a primary name server.
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
type Transfer struct {
|
||||
Out bool
|
||||
In bool
|
||||
// more later?
|
||||
}
|
||||
|
||||
type Zone struct {
|
||||
@@ -18,7 +17,7 @@ type Zone struct {
|
||||
SIG []dns.RR
|
||||
name string
|
||||
*tree.Tree
|
||||
Masters []string
|
||||
Peers []string
|
||||
Transfer *Transfer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user