-
-
Notifications
You must be signed in to change notification settings - Fork 306
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 Webgo Provider #1102
Add Webgo Provider #1102
Conversation
Unfortunately I cam across one Problem when trying to implement my provider with acme.sh. Want to figure out what goes wrong here and will try to correct asap. Sorry for the noise, should have looked better before opening the pull-request |
I needed to add special handling for the main A-Record of an domain since this is handled very different by webgo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks a lot!
* Add Webgo Provider * Update Tests for Webgo * Change Formatting * Correction for Flake8 * Update Handling for Main DNS Entry Co-authored-by: mb <michael.bruenker@nextevolution.de>
* Add Webgo Provider * Update Tests for Webgo * Change Formatting * Correction for Flake8 * Update Handling for Main DNS Entry Co-authored-by: mb <michael.bruenker@nextevolution.de>
* Add Webgo Provider * Update Tests for Webgo * Change Formatting * Correction for Flake8 * Update Handling for Main DNS Entry Co-authored-by: mb <michael.bruenker@nextevolution.de>
Created a new Provider for Webgo. This Hoster doesn't expose an regular API but an Webinterface.
My Implementation is heavily inspired by the henet provider.