Unable to get nameservers
-
hi,
i'm trying to add a second domain to my cloudron.
my domaine name is managed by ovh and i have set these dns zones:mydomaine.net. 0 NS dns100.ovh.net.
mydomaine..net. 0 NS ns100.ovh.net.
mydomaine.net. 0 A 212.83.154.126
*.mydomaine.net. 0 A 212.83.154.126
www.mydomaine.net. 0 A 212.83.154.126
when adding it on cloudron with wildcard or manual DNS API provider it always tell me 'Unable to get nameservers'.
also trying to acces mydomain through broweser lead to nginx not found page so i think dns record might be ok .
-
@TheNils For new domains, the NS record sometimes takes to propagate. That error message means that it's not propagated to the Cloudron server yet. You can try this:
- SSH into the Cloudron
host -t NS mydomaine.net
(This should not display NXDOMAIN)- If the above works, it should work on Cloudron as well. If not, can try
sudo systemctl restart unbound
and then try adding the domain again?
We will improve the error message to be more descriptive (https://git.cloudron.io/cloudron/box/issues/548).