Introduction
You must include command methods in your custom dnsadmin
plugin's Remote
module. When the dnsadmin
system receives a command, it runs the subroutine for that command from your Remote
module.
Warning:
You must include the following required methods in your module:
addzoneconf()
getallzones()
getips()
getpath()
getzone()
getzonelist()
getzones()
quickzoneadd()
removezone()
removezones()
savezone()
synczones()
version()
zoneexists()