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

update_method='http'

default_update_host_n='2'
default_update_host_1='https://update.dns2go.com/update.aspx?fqdn=${dyndns_username}&key=${dyndns_password}&ip=${dyndns_new_ipv4}'
default_update_host_1_ca="ca-bundle.crt"
default_update_host_2='http://update.dns2go.com/update.aspx?fqdn=${dyndns_username}&key=${dyndns_password}&ip=${dyndns_new_ipv4}'

update_success='<body>Code:0'
update_failure='<body>Code:[^0]'

