# part of Package DYNDNS 4.0.0-r60785-testing, see documentation for licence
# Provider dtdns.net
# Last change: $Id: DTDNS 46476 2016-10-14 21:49:20Z kristov $

update_method='http'

default_update_host_n='2'
default_update_host_1='https://www.dtdns.com/api/autodns.cfm?id=${dyndns_fqdn_hostname}&pw=${dyndns_password}&ip=${dyndns_new_ipv4}'
default_update_host_1_ca="ca-bundle.crt"
default_update_host_2='http://www.dtdns.com/api/autodns.cfm?id=${dyndns_fqdn_hostname}&pw=${dyndns_password}&ip=${dyndns_new_ipv4}'

# 
# error checking section, add correct patterns or protocol if possible
#
update_success='^Host.*now points to.*'
update_failure='The hostname you supplied is not valid.\|No hostname to update was supplied\|No password was supplied\|The password you supplied is not valid\|This account has not yet been activated\|Administration has disabled this account\|Illegal character in IP'

