mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #137] research: what do other dyndns services return if you give myip=invalidipaddressstring #129
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Jan 21, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/137
I had a little trouble to find a good response code in
5d2ee03e02so it would be interesting how other services deal with that.so, if you have an account at dyn.com, no-ip.com or other popular dyndns services, please find out and leave a comment here.
we are interested in the plain text response to and invalid update http GET request. you can find out using a browser or wget or so.
@elsbrock commented on GitHub (Jan 29, 2014):
Information regarding no-ip API:
@TobiX commented on GitHub (Jan 30, 2014):
afraid.org:
Yeah, I know, their API is strange :)
@ThomasWaldmann commented on GitHub (Jan 30, 2014):
thanks for researching!
so, in short: no-ip says "abuse", afraid.org doesn't seem to follow dyndns2 protocol at all.
@ThomasWaldmann commented on GitHub (Jul 2, 2014):
the test account on members.dyndns.org (==dyn.com) will just use the REMOTE_ADDR if the myip= value is not a valid ipv4 address.
http://members.dyndns.org/nic/update?hostname=test.dyndns.org&myip=foobarbaz
@ThomasWaldmann commented on GitHub (Oct 28, 2014):
so, in short: there seems to be no "standard way", closing.