New DDNS site or Custom url

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

soma01
Posts: 6
Joined: Mon Dec 24, 2012 12:17 pm

New DDNS site or Custom url

Post 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.

soma01
Posts: 6
Joined: Mon Dec 24, 2012 12:17 pm

Re: New DDNS site or Custom url

Post by soma01 »

... or DynDNS.hu

http://dyndns.hu/doc.php

staclos
Posts: 3
Joined: Fri Jan 17, 2014 4:17 am

Re: New DDNS site or Custom url

Post 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.

soma01
Posts: 6
Joined: Mon Dec 24, 2012 12:17 pm

Re: New DDNS site or Custom url

Post 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!

Simon
Posts: 3
Joined: Fri Nov 14, 2014 12:08 am

Re: New DDNS site or Custom url

Post by Simon »

I would also like a custom url.

blswylde
Posts: 1
Joined: Tue Dec 02, 2014 7:16 am

Re: New DDNS site or Custom url

Post 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

danielwarner213
Posts: 1
Joined: Tue Aug 04, 2015 7:31 pm

Re: New DDNS site or Custom url

Post 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??

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: New DDNS site or Custom url

Post 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
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: New DDNS site or Custom url

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

traidua
Posts: 8
Joined: Fri Jul 31, 2015 11:01 pm

Re: New DDNS site or Custom url

Post 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

Post Reply