# OpenDD config file # See http://www.dyndns.org/developers/specs/syntax.html # for details on parameters # Define the DynDNS server # (mandatory) servername = members.dyndns.org # Define your DynDNS hostnames # (mandatory) hostname = test.dyndns.org, test.dnsalias.net, test.dnsalias.org # Define your username and password username = test password = test # Use HTTPS connection # Disable : 0 # Default : 0 # (optional) use_ssl = 0 # Certificate file path # Default : /usr/local/etc/opendd/opendd.pem # (optional) cert_path = /usr/local/etc/opendd/opendd.pem # Define the interface, to get your public IP address # (mandatory) iface = rl0 # Run as Daemon # Disable : 0 # (optional) runasdaemon = 1 # Use syslog # Disable : 0 # Default : 1 use_syslog = 1 # Define syslog_facility # Possible one are : auth, authpriv, cron, daemon, ftp, lpr, mail, news, # syslog, uucp, user, local0, local1, local2, local3, local4, local5, local6, local7 # Default : daemon syslog_facility = daemon # Drop user privileges # Only use when opendd is run as root # Define system_user or system_uid, not both ! # (optional) system_user = nobody #system_uid = 65534 # Drop group privileges # Only use when opendd is run as root # Define system_group or system_gid, not both ! # (optional) system_group = nogroup #system_gid = 65533 # Define another path for pid file # Default : /var/run/opendd.pid # (optional) pidfile_path = /var/run/opendd.pid # Only use on Daemon mode # Default : 300 pollfrequency = 300 # Only use on Daemon mode # Number of days in order to force a dyndns update # Default : 28 domain_lifetime = 28 # Enable wildcard : 1 # Disable : 0 # (optional) wildcard = 1 # Define your MX SMTP Server # (optional) mx = test.dyndns.org # Enable backup MX on your MX record : 1 # Disable : 0 # (optional) backupmx = 1 # (optional) offline = 0 # Enable notification by mail # (optional) mailfrom = polom@example.com mailto = toto@example2.com smtpservername = localhost # smtp auth info is optional # It depends on the smtp server you use smtpauthuser = user smtpauthpwd = user_pass