# Configuration file __SAMPLE__ for slavedns # this file (called slavedns.conf) WILL ALWAYS BE IGNORED by the cron task. # # in this directory, you must put one file for each master dns server you wish to synchronize from. # Each file contains shell variables and shell syntax must be correct. # Hostname http[s] of the master dns server : HOST=primary.example.com # IP Address of the master dns server : MASTERIP=10.0.0.1 # Login of the slave to connect to the server (the primary dns administrator will give it to you.) LOGIN=myaccount # Password of the slave to connect to the server PASSWORD=mypass # SSL= set this variable if you want to use SSL-ecnrypted connection (https instead of http) # If you don't want to use SSL, __comment out this line__ (don't put a no, it won't work ;) ) SSL=yes # That's all. at most one hour after you put a new file in this directory, # slavedns will try to synchronize it's domain list # you may launch manually the synchronization with "/usr/sbin/slavedns"