How to solve the Bind dns service error in cPanel CentOS server
How to solve the Bind dns service error in cPanel server
Date: 08-05-2021
Step 1: Login to server via SSH.
Step 2: You should update the kernel version in the server by using below command.# yum update kernel
Step 3: You can run below command to switch Bind service. Press y and enter key. The bind dns will work without issues.# /scripts/setupnameserver bind
Thank you!