New DDNS site or Custom url
Moderator: Moderators
New DDNS site or Custom url
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.
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
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.
Nice to see a response.
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
Re: New DDNS site or Custom url
UP!
I think, this would be ok:
/etc/ddns_providers.conf
Please add it!
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/
Re: New DDNS site or Custom url
I would also like a custom url.
Re: New DDNS site or Custom url
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
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
-
- Posts: 1
- Joined: Tue Aug 04, 2015 7:31 pm
Re: New DDNS site or Custom url
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
I edited and tested a new entry in my /etc/dns_providers.conf and then asked nicely in the Development - feature requests thread: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?
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
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
Re: New DDNS site or Custom url
soma01 wrote:/etc/ddns_providers.confCode: 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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: New DDNS site or Custom url
Please add this to ddns_provider.conf in the next build
I tested and it is working.
Thanks
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)/
Thanks