Quentin McGaw
Quentin McGaw
So the bug is still occurring right? I'll check again tomorrow.
Try with: ```sh docker run -it --rm alpine:3.14 apk add curl curl -X POST -d '{"secretapikey": "YOURSECRETAPIKEY", "apikey": "YOURAPIKEY"}' https://porkbun.com/api/json/v3/dns/retrieveByNameType/YOURDOMAIN/A/YOURSUBDOMAIN exit ``` (Replacing `YOUR*` values with your own) What results...
Just a small reminder 😉 Thanks!!
Haha I'll take that as a compliment 😄 You know, just tryin' to burn some issues! And I would need you to run that curl command in the comment above...
Maybe, Try replacing `YOURSUBDOMAIN` with `*`, the URL would look like `https://porkbun.com/api/json/v3/dns/retrieveByNameType/example.com/A/*`
🤔 I guess you can't specify `*` in the URL. That might be a bug on their API, since you can't retrieve the wildcard record. I'll modify the code to...
> there are still problems with subdomains You said subdomains, so is it just a problem with wildcards or with all subdomains? Also please try that curl command mentioned https://github.com/qdm12/ddns-updater/issues/247#issuecomment-945237981...
> [#247 (comment)](https://github.com/qdm12/ddns-updater/issues/247#issuecomment-945072283) thisi my wildcard record response .i have not use curl command test subdomains. Yes but try the same command by removing the suffix `*` at the end...
> ``` > root@OpenWrt:~# docker run -it --rm alpine:3.14 > Unable to find image 'alpine:3.14' locally > docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53:...
Any update on this?