These can be enabled by adding "transfer out" to the Corefile. Without it no AXFR is allowed. For now only AXFR and no IXFR. No TSIG and no ACLs.
8 lines
191 B
Go
8 lines
191 B
Go
package file
|
|
|
|
// Notify sends notifies to the configured remotes. It will try up to three times
|
|
// before giving up on a specific remote.
|
|
func Notify(remotes []string) error {
|
|
return nil
|
|
|
|
}
|