Page 1 of 2
					
				New DDNS site or Custom url
				Posted: Mon Dec 24, 2012 12:43 pm
				by soma01
				Please add ipdns.hu DDNS site. (Hungarian)
You can check here, the OpenWrt already supported. (the site is in Hungarian language) 
http://www.ipdns.hu/index.nof?o=0&nyelvid=1&k1=77&lid=5
Custom DDNS url here: 
http://www.ipdns.hu/index.nof?o=0&nyelvid=1&k1=77&lid=4
Or please add "Custom update-URL" possibility.
 
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Mon Dec 31, 2012 9:01 am
				by soma01
				
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Thu Jan 30, 2014 5:35 am
				by staclos
				Would it be possible to add new free account DDNS provider: 
dynu.com 
Address the of the provider 
http://www.dynu.com 
I enclosed below a sample configuration file for the Linux client application of ddns.
Code: Select all
# check every 60 seconds
daemon=60
# log update msgs to syslog
syslog=yes
# mail all msgs to root
mail=root
# mail failed update msgs to root
mail-failure=root
# record PID in file.
pid=/var/run/ddclient.pid
# use ssl-support.  Works with ssl-library
ssl=yes                                 
# get ip from server.
use=web, web=checkip.dynu.com/, web-skip='IP Address'          
# default server
server=api.dynu.com
# default login
login=myusername
# default password
password=mypassword
protocol=dyndns2
mydomain.dynu.com
Nice to see a response.
 
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Thu Oct 16, 2014 6:27 am
				by soma01
				UP!
I think, this would be ok:
/etc/ddns_providers.conf
Code: Select all
service ipdns.hu
        url_template                    http://[[USERNAME]]:[[PASSWORD]]@update.ipdns.hu/update?hostname=[[DOMAIN]]&myip=[[IP]]
        required_variables              domain username password
        required_variable_names         DyDNS.DoNm,DyDNS.UsrN,DyDNS.Pssw
        success_regexp                  /good/
Please add it!
 
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Fri Nov 14, 2014 12:10 am
				by Simon
				I would also like a custom url.
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Tue Dec 02, 2014 7:30 am
				by blswylde
				Hi gents,
I searched through the forum but I was unable to find an easy way to enter a customer DDNS service. 
Is this possible?
If yes, what are the steps?
The largest ISP in Romania is providing a free DDNS service: go.ro
Here is a reference of this service 
http://www.rcs-rds.ro/internet-digi-net ... rlink_1000.
Can this be added to the list of supported service providers?
Cheers
 
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Tue Aug 04, 2015 7:33 pm
				by danielwarner213
				I also use dynu ddns. It's free for both third level and top level domains. Any plans to add support for it??
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Tue Aug 04, 2015 7:40 pm
				by nworbnhoj
				blswylde wrote:I searched through the forum but I was unable to find an easy way to enter a customer DDNS service. Is this possible? If yes, what are the steps?
I edited and tested a new entry in my /etc/dns_providers.conf and then asked nicely in the Development - feature requests thread:
http://www.gargoyle-router.com/phpbb/vi ... 83&p=29215 
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Tue Aug 04, 2015 8:37 pm
				by Lantis
				soma01 wrote:/etc/ddns_providers.conf
Code: Select all
service dynu.com
        url_template                     https://api.dynu.com/nic/update?hostname=[[DOMAIN]]&password=[[PASSWORD]]
        required_variables              domain password
        required_variable_names         DyDNS.DoNm,DyDNS.Pssw
        success_regexp                  /good/
 
 
please try this first. and report back if it works. if it does i'll push it to the main code.
 
			 
			
					
				Re: New DDNS site or Custom url
				Posted: Mon Aug 17, 2015 9:23 pm
				by traidua
				Please add this to ddns_provider.conf in the next build
Code: Select all
service dynu.com
        url_template                    http://api.dynu.com/nic/update?hostname=[[DOMAIN]]&myip=[[IP]]&username=[[USERNAME]]&password=[[PASSWORD]]
        required_variables              domain username password
        required_variable_names         DyDNS.DoNm,DyDNS.UsrN,DyDNS.Pssw
        success_regexp                  /^(good|nochg)/
I tested and it is working.
Thanks