CloudFlareDDNS icon indicating copy to clipboard operation
CloudFlareDDNS copied to clipboard

Is there any dns to do the same?(Not an issue)

Open heisGarvit opened this issue 8 years ago • 1 comments

Almost every device have dyndns integrated in their firmware so is there any dns server that can change the requests to dyndns to cloudflare ?

The idea came from Here . Nintendo closed it's old servers and some people developed their own DNS server and changes the requests made to Ninetendo's server to their own server.

heisGarvit avatar Apr 07 '16 11:04 heisGarvit

I couldn't find one, but you could write something that accepts dns transfers and converts them to use an api, https://dehydrated.de has a ton of samples and could be used as a starting point. If you used a dns with a database backend you could just query the database for recently changed records and then push them to CF.

JakeDEvans avatar Jun 28 '17 16:06 JakeDEvans