Feature Requests item #1094732, was opened at 2005-01-03 01:20
Message generated for change (Comment added) made by wimpunk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1094732&group_id=116817
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Access to other dyndns service providers
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: wimpunk (wimpunk)
Summary: Support for Sitelutions
Initial Comment:
IT would be great to have support for Sitelutions. The
specs are:
You can update your DNS Record(s) with a simple HTTP
or HTTPS (recommended) request to our server. You
can use this information to build your own update client.
If you develop your client, we'd love to review it and
post it here. Please contact us if you've built your own
update client.
Update Specs
Script URL: http(s)://www.sitelutions.com/dnsup
Arguments to be passed in the URL (GET querystring):
user
Your e-mail address as registered with our system
(address you use to login).
pass
Your password that you use to login.
id
The record ID of the A record you'd like to update.
Multiple IDs can be separated by a comma (",")
character.
ip
The new IP address for this record.
ttl
Optional field for time-to-live. If not provided,
record's TTL is not changed.
Sample Update URL
https://www.sitelutions.com/dnsup?
id=990331&user=my...@my...&pass=SecretP
ass&ip=192.168.10.4
Possible Update Responses (Response is plain text
[text/plain])
noauth
User authentication failed (user e-mail address or
password invalid)
success
Record has been updated successfully.
failure ([description])
Where [description] is equal to one of the following:
invalid ip
You provided an invalid IP address (or didn't provide
one at all) via GET querystring parameter 'ip'.
invalid ttl
You provided an invalid time-to-live via GET
querystring parameter 'ttl'.
no record
You failed to provide a record ID to update.
dberror
A database error of some sort occurred. This is an
unusual and unlikely error. Contact support.
not owner
You are not the owner of the record you are trying
to update.
Please note that if you provide more than one record ID
to be updated, the system will return multiple
responses, each on a newline.
----------------------------------------------------------------------
>Comment By: wimpunk (wimpunk)
Date: 2009-01-03 17:26
Message:
This feature has been implemented a long time ago.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1094732&group_id=116817
|