TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.5k stars 221 forks source link

[New provider] deSEC #243

Open Gontier-Julien opened 1 month ago

Gontier-Julien commented 1 month ago

Hi,

Would it be possible to integrate deSEC as a new provider please? I don't have any experience (yet) with Go, so i can't make a PR to integrate it, but i can help test if a PR is made to integrate it.

Your project seems awesome so i would be very excited to see deSEC integrated ^^

diizzyy commented 3 weeks ago

It uses the common dyndns2 protocol so it should be pretty much a carbon copy of this PR https://github.com/TimothyYe/godns/pull/197

Reference: https://desec.readthedocs.io/en/latest/dyndns/configure.html#option-2-use-ddclient

Gontier-Julien commented 3 weeks ago

It uses the common dyndns2 protocol so it should be pretty much a carbon copy of this PR #197

Reference: https://desec.readthedocs.io/en/latest/dyndns/configure.html#option-2-use-ddclient

Oh alright i'll do it / test it when i have sometime then, and if it works i'll do a PR