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:
Miek Gieben
2016-04-03 07:37:41 +01:00
parent 4a2a95561f
commit 6ecbdef112
5 changed files with 60 additions and 12 deletions

View File

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