Response times of public "what is my ip" services. #456
Replies: 2 comments 5 replies
-
I would not mind changing the default for the fallback checkip service. My concern is finding a service that's reliable and does not change it's API all the time. Reliability was a real concern before we changed to the one we use now, and prior to that we relied on Dyn.com as fallback, but they started throttling their replies. Since Inadyn is part of many distributions, and embedded systems, that run for years, often unmodified, it caused a few bug reports that were impossible to address. So I've considered making this a .conf file option actually. Only little snag here is that the Cloudflare output cannot be immediately parsed by Inadyn as-is, so some extra logic has to be bolted on, e.g. a script filter or similar. |
Beta Was this translation helpful? Give feedback.
-
Fully understood. That said -- and as you already may have noticed -- I have a tendency to bet my chips on Cloudflare 😅. I can only imagine the problems you had in the past. But if we take a step back and look at the larger picture... Practically ALL of this "dynamic dns services" are small fish. That's why I looked only for the larger ones in this test. And, frankly, the differences between the regions took me by surprise. If I had to choose just one of all Inadyn providers currently implemented I... Well... You know the answer. 😉 Anyway: having options are good. The current default choice is good. The benefit to change it is very small. As I said, this exercise was just to get some numbers and put things in perspective. |
Beta Was this translation helpful? Give feedback.
-
For reference.
I made a simple Powershell script to test the current Inadyn default service (https://ifconfig.me/ip) against others similar services from Cloudflare, Amazon and Google.
Results below:
From North America/East (OVH / Beauharnois, Canada):
From Europe/West (Hetzner / Falkenstein, Germany):
From South America (Vivo / São Paulo, Brazil):
Anyone is invited to run the script and publish here the results for other regions.
But I am almost sure Cloudflare would always be the winner due to its distributed nature. There is always a
1.1.1.1
server very close to whenever you are in the globe.P.S.: This is not a call for a change, just a little toy measurement. The actual process of update a DNS record made by Inadyn requires several other API calls which would quickly eclipse any gains derived from this change alone.
That said, if anyone wish to change the default service to Cloudflare... I surely have nothing against it. 😉
Beta Was this translation helpful? Give feedback.
All reactions