go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.99k stars 1.02k forks source link

Support for provider: FreeDNS #1950

Open han-jingyu opened 1 year ago

han-jingyu commented 1 year ago

Welcome

How do you use lego?

Binary

Link to the DNS provider

https://freedns.afraid.org/

Link to the API documentation

https://freedns.afraid.org/faq/

Additional Notes

No response

ldez commented 1 year ago

Hello,

FreeDNS doesn't have a real API: it's just HTML page scrapping.

If you are a customer of FreeDNS, you have to ask for a real API.

jsumners commented 1 year ago

For what it's worth, I met the same situation and moved my DNS management over to my registrar, Gandi, which does provide an API. https://github.com/jsumners/gandi-dyndns may be of interest if you want to make the same sort of adjustment.