usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.53k stars 591 forks source link

Nameserver issue #232

Closed xiaoyong-wang closed 4 years ago

xiaoyong-wang commented 4 years ago

When i point a domain to the nameservers of my cyberpanel server, it does not work. For example: https://cyrex.services points to my cyberpanel servers nameservers, and the page wont load

usmannasir commented 4 years ago

Did you configure default nameservers?

usmannasir commented 4 years ago

Fixed some bugs here https://github.com/usmannasir/cyberpanel/commit/a9b6f298d7ece0539dc22a92c0631c61e4dc648e

You can get this fix from v1.9.4 branch using

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/v1.9.4/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/v1.9.4/preUpgrade.sh)

If you have already configured default nameservers do

rm /home/cyberpanel/defaultNameservers

Then configure default nameservers again. Also make sure that NS domains have NS configured properly.

I've checked, everything else seems to be working.