Porkbun HTTP status is not valid: 400 Edit error: We were unable to edit the DNS record. #785
Unanswered
JuicyFruiter
asked this question in
Q&A
Replies: 2 comments 15 replies
Are you resolving the mydomain using an internal DNS? It seems like mydomain resolves to 172.17.0.2... You can use a different resolver (see environment variables) such as |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ddns-update is running on synology NAS / docker /portainer / watchtower
Running version latest built on 2024-07-27T11:54:25.808Z (commit 1cd57d6)
I did a quick search for related issues and possibly discussion #508 seems like it might be related, but in my case, the DNS seems to create root and wildcard DNS records in porkbun successfully, but then the container moves to unhealthy state and I can see 3 lines of messages like this in the log repeat every 5mins:
Container logs
`
config.json
{ "settings": [ { "provider": "porkbun", "domain": "[mydomain]", "host": "*,@", "api_key": "[my_api_key]", "secret_api_key": "[my_secret_key]", "ip_version": "ipv4" } ] }I'm stuck at what to try next, any ideas?
Thanks in advance
All reactions