Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cpanel:how-to-change-nameservers-in-cpanel [2015-02-02 20:34:56]
rory.blanchard [Change default nameserver in cPanel]
cpanel:how-to-change-nameservers-in-cpanel [2015-02-02 20:41:50]
rory.blanchard [Replace old nameserver entries]
Line 15: Line 15:
 ===== Backup existing Zones ===== ===== Backup existing Zones =====
  
-<alert+<note warning
-Do this first! +**Do this first!** 
-</alert>+</note>
  
 Make a backup of your existing zone files just in case something goes wrong. You can do this by running the following in the command line: Make a backup of your existing zone files just in case something goes wrong. You can do this by running the following in the command line:
Line 36: Line 36:
  
 <code> <code>
-replace "old.nameserver" "new.nameserver" -- /var/named/*.db+replace "old.example" "new.example" -- /var/named/*.db
 </code> </code>