Page 1 of 1

DDNS: dnsdynamic.org configuration problem

Posted: Mon Jun 03, 2013 3:43 am
by ericwong
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.

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)/
This is the configuration I tried but didn't work.

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)/
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?

Re: DDNS: dnsdynamic.org configuration problem

Posted: Sat Jul 20, 2013 12:37 am
by ericwong
I managed to fixed my problem, the code below works.
Please add it to Gargoyle code.

Code: Select all

service dnsdynamic.org
	url_template			http://[[USERNAME]]:[[PASSWORD]]@www.dnsdynamic.org/api/?hostname=[[DOMAIN]]&myip=[[IP]]
	required_variables		username password domain
	required_variable_names		Username,Password,Domain Name
	success_regexp			/^(good|nochg)/

Re: DDNS: dnsdynamic.org configuration problem

Posted: Sun Oct 26, 2014 1:50 pm
by puff
Eric, could you please tell if dnsdynamic works, or something there has broken?

Re: DDNS: dnsdynamic.org configuration problem

Posted: Sun Oct 26, 2014 5:32 pm
by ericwong
puff wrote:Eric, could you please tell if dnsdynamic works, or something there has broken?
I am unable to configure Gargoyle to work on dnsdynamic.
I have tried recently on Gargoyle version 1.6.2 but can't figure out what I was doing wrong. No-ip works fine and I have no choice but to use no-ip instead.

The service dnsdynamic itself works if I am using Openwrt Attitude Adjustment which I have added manually.

Re: DDNS: dnsdynamic.org configuration problem

Posted: Tue May 12, 2015 3:04 am
by jbean
Hi,
I am facing the same problem; I am trying for the version gargoyle version 1.4.5. I am developer here at in Melbourne. Someone said that you cannot configure it with the new version. If your problem resolved, share how you do!
Regards,

Jan Bean
Junior Software Engineer
Elan Linen
Deptt: Kas quilt covers
Melbourne, Victoria
Australia

Re: DDNS: dnsdynamic.org configuration problem

Posted: Tue May 12, 2015 4:23 am
by tapper
I think you will have to update to at least 1.6.2 for this to work.
jbean wrote:Hi,
I am facing the same problem; I am trying for the version gargoyle version 1.4.5. I am developer here at Elan Linen in Melbourne. Someone said that you cannot configure it with the new version. If your problem resolved, share how you do!
Regards,

Jan Bean
Junior Software Engineer
Elan Linen
Deptt: Kas quilt covers
Melbourne, Victoria
Australia