Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using caddy-dynamicdns to update multiple A name records, duplicate A records are created. #6

Open
MagnuM2K opened this issue Mar 1, 2021 · 5 comments

Comments

@MagnuM2K
Copy link

MagnuM2K commented Mar 1, 2021

Hi

This is a continuation of an issue reported on mholt's caddy-dynamicdns repo.
More information can be found here.
https://github.com/mholt/caddy-dynamicdns/issues/3

@tiagosimao
Copy link

Hi there.

Was trying to use this to update DNS A records and bumped into the same behaviour. SetRecords seems to always append.
In my usecase, I could simply use Gandi API directly, but would be nice if I could help fixing this here. Should I try to PR something?

@tiagosimao
Copy link

For what's worth, I solved this problem by developing a new gandi provider. You can find it at codeberg. I wrote tests, used the Gandi's Golang API client and added support for personal access tokens.

Happy to PR some or all of those changes here or feel free to grab whatever you want from there.

@mholt
Copy link

mholt commented Dec 13, 2023

@tiagosimao If you don't hear from @obynio soon, ping me and maybe we can look into adopting your package if it in fact works and is more actively maintained. 👍

@obynio
Copy link
Collaborator

obynio commented Jan 25, 2024

Hello, I'll look into this issue asap. I already fixed the Personal Access Token today, seems to work fine.

@obynio
Copy link
Collaborator

obynio commented Jan 25, 2024

I'm not sure yet to understand, I need to look which logic differs between your package and mine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants