mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #911] Added delay to dns porkbun dns update to prevent errors #894
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/911
Author: @likeaninja5
Created: 1/12/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (4)
d5e4a87Update porkbun api to new urle987dc6Added delay to dns porkbun dns update to prevent errors27bc14eMerge branch 'master' of https://github.com/likeaninja5/ddns-updater5bab607Added delay to dns porkbun dns update to prevent errors📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
internal/provider/providers/porkbun/provider.go(+2 -0)📄 Description
When updating multiple domains after an ip change porkbun seems to have an issue with too many requests in a short period of time. I don't have much more info than that, since porkbun is returning a 5XX. Usually ddns-updater will only get 1 or 2 domains updated before erroring out on the rest.
I don't actually know go, so apologizes if something isn't following standards here.
Before change.
After change:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.