# # configuration file for dnsupdate. # # $Id: dnsupdate.conf.sample,v 1.5 2003/04/18 23:41:48 masaki Exp $ # # A domain name to be updated. # e.g. host.example.com DOMAIN = # The URL of the cgi program which returns client's IP address. # `http://' and a port number are optional ones. # e.g. http://www.example.net:80/cgi-bin/addr.cgi or www.example.net/... CGI = http:// # The file which contains the last updated IP address. # e.g. /etc/dnsupdate/host.example.com ADDR_FILE = # The name of the key. (an optional parameter) # If the key file which is set by the parameter `KEY_FILE' is only a # secret string, tihs parameter must be set. KEY_NAME = # The key file which is generated by dnssec-keygen of BIND or # contains the secret string. # e.g. /etc/dnsupdate/example.key KEY_FILE = # The value of ttl. (an optional parameter) # the default is 600 in seconds TTL = # Update interval for a daemon. (an optional parameter) # the default is 600 in seconds INTERVAL = # The pid file for a daemon process. (an optional parameter) # A relative pathname is set under `/var/run' directory. # the default is `/var/run/dnsupdate.pid' # e.g. `/some/where/dnsupdate.pid' or `dnsupdate.pid' PID_FILE =