GoDaddy
-
-
-
Hm looks like godaddy also has nameservers at secureserver.net
Our godaddy backend only recognizes domaincontrol.com as godaddy nameservers. Looks like we have to fix this for the next release. Until that you can maybe use thewildcard
ormanual
provider then. -
@stevespaw we don't have fixed release cycles, but the current one is taking much longer than expected due to external factors. However you might be in luck, as we are now starting the release testing and will include this fix for the upcoming release. Seems like a small change anyways.
-
If you feel adventurous, you can also edit that file directly on your Cloudron server via SSH. The spot to change the nameserverdomain for that test is at https://git.cloudron.io/cloudron/box/-/blob/master/src/dns/godaddy.js#L181 which you will find locally on your server at
/home/yellowtent/box/src/dns/godaddy.js
After editing the file just runsystemctl restart box
-