-
Notifications
You must be signed in to change notification settings - Fork 451
[WIP] INFOMANIAK provider #3574
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: main
Are you sure you want to change the base?
Conversation
I'm currently hitting a bump with the integration tests.
It seems that I can't delete that NS record. |
Could it be a permission issue?
For now, try skipping if the type == NS. Let's see if A, CNAME, MX have the same problem. If they have the same problem, it could be permissions or a problem with how the API is being used. If the problem is only with NS records, we might just have to skip them.
You can! Try More info in: https://docs.dnscontrol.org/developer-info/integration-tests |
@tlimoncelli Thanks for your reply! That was indeed the direction I was taking! 👍 |
Warning
This is a work in progress!
This is a provider for @Infomaniak (https://www.infomaniak.com/).
This is my first contribution in Go and in DNSControl ; any feedback is welcome (even while I'm working on it).
Please create the GitHub label 'provider-INFOMANIAK'.