-
-
Notifications
You must be signed in to change notification settings - Fork 205
Add TransIP provider #921
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
base: master
Are you sure you want to change the base?
Add TransIP provider #921
Conversation
I've tested this PR and it seems to work good :) |
@GeertJohan Thanks for testing and the suggestion! I'll try to update the PR somewhere next week to include the suggestion and get it fully ready :) |
Took a bit longer than expected, but the suggestion is now part of the code, and all seems to be working well still :) |
Adds support for TransIP, resolves #254
Tested locally, and seemed to work like a charm! Ipv6 and wildcards are both supported, and it will either create a new entry, or update an existing one.
The relevant API documentation can be found here: https://api.transip.nl/rest/docs.html#domains-dns
Side note: this PR also includes a small fix from #918. It shouldn't conflict, but if that does happen I'll fix that after that one is merged :)
Let me know if any changes are needed, and thanks in advance!