-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 DNS provider for mijn.host #2252
Conversation
I think name should be |
This comment has been minimized.
This comment has been minimized.
@egogo-nl I updated the implementation and the issue description, feel free to test this PR. |
It is surprising that several users of a currently unsupported provider arrive so quickly on a PR freshly opened, so I assume, and this is only an assumption, this is linked to a particular need of a company. So, sponsoring is a good way to sustain open-source maintainers: sponsor me |
When I ran the command, I got the below output Click to view the output
|
I guess that |
I updated the PR, can you try again? |
I tried it again. Click here to see the output
|
So it's working. I will just reduce the sequence interval. |
(Will review later, when the current heat wave has passed a bit. Superficially, this looks OK.) |
Thank you both. |
I will merge some PRs before creating a release (so in a few days), after that I will update Traefik. |
make build rm -rf .lego MIJNHOST_API_KEY=yyyy \ ./dist/lego -m your@email.com --dns mijnhost -d *.example.com -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run
go mod tidy
Ping @shubhamku044, can you run the command (with your domain, email, and credentials)?
-> #2252 (comment)
Closes #2251