Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddns-scripts: fix porkbun updater to not delete subdomain on A/AAAA record #25148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ownaginatious
Copy link

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.

@feckert
Copy link
Member

feckert commented Oct 18, 2024

  • Please fix the CI/CD error.
  • Update your commit message why do we change this.
  • Prefix your commit headline with ddns-scripts:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants