mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Porkbun new wildcard entry instead of updating existing one #406
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?
Originally created by @MalibThalion on GitHub (May 26, 2024).
New A wildcard entry on porkbun instead of updating the existing one
Running version latest built on 2024-05-23T13:33:03.304Z (commit
8e09cd6)Logs:
Configuration file (remove your credentials!):
Host OS:
Unraid
@TheGreatestJannet commented on GitHub (May 26, 2024):
Same issue here. I have had to manually remove all the wildcard entries or it seems stuck on 'We were unable to create the DNS record'.
@MalibThalion commented on GitHub (May 26, 2024):
Exactly. I noticed an increase of loading times for my container until I found that I had 5 different dns entries for my wildcard. After removing them it went back to normal.
@jawaff commented on GitHub (May 31, 2024):
Same problem on my end as well. Everything still works, but it almost defeats the purpose of this project.
@videah commented on GitHub (Jun 13, 2024):
Running into this issue as well, seems to be an old one going by this issue.
@qdm12 commented on GitHub (Jun 13, 2024):
Can you try pulling the image? I pushed
987138dfc1which may fix this.TLDR: before it was getting all records with
https://porkbun.com/api/json/v3/dns/retrieveByNameType/domain.com/A/*but the*at the end is not really a valid URL character, so now it's removed (for both*and@, not just@). That could had explained it would re-create it because it wouldn't find it in the first place.@MalibThalion commented on GitHub (Jun 14, 2024):
Seems okay now. Will test a few more days and report again.
@qdm12 commented on GitHub (Jun 26, 2024):
Still good? About to make a v2.6.0 release. You can try by changing your A record to 127.0.0.1 on the porkbun webui and let ddns-updater detect the required update, to force a test.
@MalibThalion commented on GitHub (Jun 28, 2024):
Thats what I did basically. It's working now. Thank you!
@qdm12 commented on GitHub (Jun 28, 2024):
Awesome, thanks for getting back. Closing this! 👍