qdm12 / ddns-updater

Container to update DNS records periodically with WebUI for many DNS providers
https://hub.docker.com/r/qmcgaw/ddns-updater/
MIT License
1.46k stars 146 forks source link

`scaleway.com` #660

Open francesco086 opened 4 months ago

francesco086 commented 4 months ago
  1. What's the feature?

Add support for Scaleway DNS provider.

  1. Extra information?

Here the link to its API to update the DNS records.

I would be happy to contribute, if someone could guide me a little.

qdm12 commented 4 months ago

I just added a guide (in 4fb6388b32d3fc6a343d6540f40058374db16670) on how to add a new provider (and setup your environment for development etc.): https://github.com/qdm12/ddns-updater/blob/master/.github/CONTRIBUTING.md#add-a-new-dns-provider

It should not be too hard to contribute, it's mostly a single file to update and match the provider API 😉 Feel free to comment if you encounter any roadblock or question, happy to help 💯