|
NAMEtransfer - perform (outgoing) zone transfers for other plugins.DESCRIPTIONThis plugin answers zone transfers for authoritative plugins that implement transfer.Transferer.transfer answers full zone transfer (AXFR) requests and incremental zone transfer (IXFR) requests with AXFR fallback if the zone has changed. When a plugin wants to notify it's secondaries it will call back into the transfer plugin. The following plugins implement zone transfers using this plugin: file, auto, secondary, and kubernetes. See transfer.go for implementation details if you are a plugin author that wants to use this plugin. SYNTAXtransfer [ZONE...] { to ADDRESS... }
EXAMPLESSee the specific plugins using this plugin for examples on it's usage.
Visit the GSP FreeBSD Man Page Interface. |