Ticket #524 (new enhancement)
Dyndns-like functionality
| Reported by: | anon | Owned by: | ahu |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | auth | Version: | 3.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
As most of the free Dynamic-dns providers have gone AWOL or are charging for their dynamic DNS services, I was looking into setting up a service like that on my own nameserver.
If powerDNS would be enhanced with a plugin/module/app that emulates the commonly used dyndns.org API (which basically is 1 HTTP GET with data as URL parameters), I would certainly use that over a paid ddns service. Also, I trust my own servers more than a dynamic DNS provider, who are in the position of doing potential MITM's.
I have no clue as to the architecture of powerdns, so I can not imagine how trivial this is. I would assume a simple CGI-script would suffice, with minor configuration.