ddns-scripts: fix porkbun updater to not delete subdomain on A/AAAA record
I noticed that the porkbun updater is changing my wildcard domain A and AAAA records from *.<domain>.<tld> to just <domain>.<tld> after the first run.
It would appear that Porkbun's API considers a missing name key to mean you want to drop the subdomain from the record (see here), which is probably not the intended behavior here.
This PR simply adds one line to correct that.
- Please fix the CI/CD error.
- Update your commit message why do we change this.
- Prefix your commit headline with
ddns-scripts:
@ownaginatious: Have you seen the @feckert comment?
@feckert @Neustradamus thanks for the ping. I think I've resolved the issues.
Sorry you are still missing a correct Signed-off-by: and valid commit message.
In your commit -> https://github.com/openwrt/packages/pull/25148/commits/ea5cf1db09f6f43572e0b960cd994e81408b645b
@feckert whoops, sorry about that. Does it look okay now?
@ownaginatious Now the commit is correct. You just have to bump the PKG_RELEASE by one in this commit so I can merge this change.
@feckert got it; fixed 👍
Thanks, Merged!