DDNS: dnsdynamic.org configuration problem
Posted: Mon Jun 03, 2013 3:43 am
I am trying to add dnsdynamic.org service to ddns_providers.conf but it simply doesn't work...
This service is similar to no-ip.com which I have verified is working on my Gargoyle router.
This is the configuration I tried but didn't work.
A simple example to update a domain using the API directly;
https://username:password@www.dnsdynami ... =127.0.0.1
All return codes follow the dyndns2 protocol.
https://www.dnsdynamic.org/api.php
Any idea what I did wrong?
This service is similar to no-ip.com which I have verified is working on my Gargoyle router.
Code: Select all
service no-ip.com
url_template https://[[USERNAME]]:[[PASSWORD]]@dynupdate.no-ip.com/nic/update?hostname=[[DOMAIN]]&myip=[[IP]]
required_variables domain username password
required_variable_names Domain Name,Username,Password
success_regexp /^(good|nochg)/
Code: Select all
service dnsdynamic.org
url_template https://[[USERNAME]]:[[PASSWORD]]@www.dnsdynamic.org/api/?hostname=[[DOMAIN]]&myip=[[IP]]
required_variables domain username password
required_variable_names Domain Name,Username,Password
success_regexp /^(good|nochg)/
https://username:password@www.dnsdynami ... =127.0.0.1
All return codes follow the dyndns2 protocol.
https://www.dnsdynamic.org/api.php
Any idea what I did wrong?