Setting up vantaged.conf:
First off make sure vantaged (the Vatages daemon) is not running. If you are using Linux the easiest way to do this is run the vantaged.sh.linux script that came with the software the syntax is
vantaged.sh.linux stop
Now lets edit the vantaged.conf file.
Uncomment the option 'dsync_app_enabled = yes' if its commented out. (If dsync_app_enabled is set to 'no' change it to 'yes').
This will enable the DNSKEY coordination application of vantaged.
We need to tell vantaged how often to check a given zone for a change in the key set. To do this, uncomment the line that says 'dsync_query_sleep' and set it to an appropriate value.
The last option to configure is 'dsync_weighted_check'. This value controls how often the D-Sync vantaged application will attempt to relearn the NS set before proceeding with its normal queries. Acceptable values are between 0 and 1. A value of 0 means D-Sync will only relearn the nameserver set after it has detected a key change. A value of 1 means D-Sync will relearn the nameserver set before every block of queries. A value of 0.5 means D-Sync would relearn the NS set on average every 2 blocks of queries (half the time).