Welcome, Guest. Please login or register.

Author Topic: What dyn-dns do you use?  (Read 5309 times)

Lee Sharp

  • Newbie
  • *
  • Posts: 29
  • Karma: +0/-0
    • View Profile
    • SmallWall
What dyn-dns do you use?
« on: October 23, 2015, 03:24:17 PM »
I am working on updating EZ-IPupdate to support modern providers.  (Like no-ip which I use)  So what is everyone using?  And what custom settings are you using to do it, or how are you doing it if not with t1n1wall?

Something like...

No-IP
Service Type = DynDNS (Custpom)
Server = dynupdate.no-ip.com

Or,

DNSomatic
/usr/bin/fetch --no-verify-peer "https://username:[email protected]/nic/update?hostname=dyndnsname" > /tmp/error.log

rpsmith

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: What dyn-dns do you use?
« Reply #1 on: October 23, 2015, 06:21:06 PM »
Hi Lee,

I currently use the same no-ip settings as you.

I'm glad to see you updating this code.

Roy...

Ben Garrison

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: What dyn-dns do you use?
« Reply #2 on: February 19, 2016, 04:22:24 PM »
I am working on updating EZ-IPupdate to support modern providers.  (Like no-ip which I use)  So what is everyone using?  And what custom settings are you using to do it, or how are you doing it if not with t1n1wall?

Something like...

No-IP
Service Type = DynDNS (Custpom)
Server = dynupdate.no-ip.com

Or,

DNSomatic
/usr/bin/fetch --no-verify-peer "https://username:[email protected]/nic/update?hostname=dyndnsname" > /tmp/error.log

How about the hosts at FreeDNS/afraid.org?

They are all updated the same way: https://freedns.afraid.org/dynamic/ (you need to register an account and there are full details on an api, url-based updates, ipv6-compatible updates, etc

   206.180.241.120

andywhite

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • Karma: +0/-0
    • View Profile
Re: What dyn-dns do you use?
« Reply #3 on: February 27, 2016, 04:00:20 PM »
They can be updated with a fetch without a username password.  So a scheduler task making the fetch should work fine.

Teeraporl

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: What dyn-dns do you use?
« Reply #4 on: November 09, 2017, 09:20:06 AM »
I used the same thing with you. It's very good.