# Configuration for cron_duckdns
# The duckdns (sub)domain to update
DOMAIN=example
# The A record of domains mentioned in A_CHECK_DOMAINS are compared against
# the A record on the duckdns domain on the DNS server in NS (if set) and a
# warning mailed to MAILDEST if not an exact match
A_CHECK_DOMAINS="example.com example2.com"
#NS=ns1.example.com
MAIL_DEST=warnings@example.com
# If non-empty also send an "A OK" confirmation mail
#MAIL_OK=1
# Log wil be written to this file
LOG=/var/log/duckdns.log