-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Bug: Unable to create DNS record - Porkbun API #546
Comments
Same thing with Porkbun for me today but going to try some things. |
Alright, I figured this out and it's more on Porkbun's side with the default CNAME and ALIAS records they add for a new domain and how an A record can't be added for the same host. When I tried to add an A record in the web UI it gives this error: This is what their API should say instead of You can leave the CNAME record but you have to delete the ALIAS record and then there's no problem for ddns-updater to create the A record for you. Hopefully this helps. The log looked like this for me (with my annotation you'll see):
|
Porkbun's own API docs say So maybe this was working when the Porkbun provider was added in 2021, who knows. I don't think there's much to do in the code unless others think an ALIAS removal should happen before an A record is added. Tagging @fredericrous and @qdm12 since I figured you'd like to see this |
Following @everydaycombat suggestion, it works after I delete the ALIAS record on Porkbun website. |
Done in 869b010 🎉 |
Is this urgent: Yes
DNS provider(s) you use: Porkbun
Program version:
Running version latest built on 2023-10-14T09:56:50.040Z (commit e635b19)
What are you using to run the container: docker run
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
Host OS: Dietpi (Debian)
The text was updated successfully, but these errors were encountered: