-
Notifications
You must be signed in to change notification settings - Fork 418
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
HOSTINGDE: creating zones broken #2276
Comments
When creating a zone via the webinterface, the requests look like this: (with default nameservers)
with custom nameservers:
The request from dnscontrol does specify nameservers (even though non are specified in creds.js/dnsconfig.js), and terminates them with a dot, which seems to be the cause of this issue.
|
Removing the trailing dot in
ERROR: ERROR: provider code already removed nameserver trailing dot (ns1.hosting.de) .
@tlimoncelli What do you suggest should be done to fix this? |
@tlimoncelli Would love your input on this. |
Generally this means your calling models.ToNameserversStripTD instead of models.ToNameservers Try changing that in hostingdeProvider.go and see if that fixes it. Tom |
Hi Tom, |
Creating zones seems to be broken for HOSTINGDE.
dnsconfig.js
:creds.json
:Results in error:
The text was updated successfully, but these errors were encountered: