Luca Morettoni
Versione Italiana

zonenotify

zonenotify is usefull to send a NS_NOTIFY packet to BIND slave server. When you update a zone in your djbdns DNS you must notify the slaves about you change.
Support this project:

Installation

Download the package zonenotify-0.1.tar.gz (Perugia, Italy) - zonenotify-0.1.tar.gz (Cleveland, Ohio, USA)

Compile it with:

    tar -xfz zonenotify-[version].tar.gz
    cd zonenotify
    make
Install it as root:
    make install strip

Use

    zonenotify zone slave1 [slave2] [... slaveN]
this send a "NOTIFY" packet to slave1 (slave2...slaveN) about zone "zone", if there are some problem zonenotify display the error message and exit 1, otherwise exit 0.

Thanks