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

Add README note to avoid issues with parked domains #45

Merged
merged 2 commits into from
May 24, 2022

Conversation

IndexOfNull
Copy link
Contributor

Unconfigured (parked) Porkbun domains have trouble using dns-porkbun. By default, Porkbun does not enable API access on domains, and two default ALIAS records pointing to Porkbun's domains make dns-porkbun do a CNAME forwarded verification with Porkbun's domain. The latter issue is particularly bad because the only error given is an Invalid domain. error, which more-or-less leaves you to intuit that your domain redirected verification to another. I would consider adding a log message to more clearly indicate the result of domain resolutions, though I digress.

These issues should only appear on parked Porkbun domains. The software is behaving exactly as it should, but some people (myself included) may try to generate certificates before setting up their DNS records, potentially causing them issues. To remedy this, I'm opening this PR with a note advising users to enable API access and remove the default ALIAS records.

Thanks!

@infinityofspace
Copy link
Owner

LGTM

@infinityofspace infinityofspace merged commit 3620408 into infinityofspace:main May 24, 2022
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