Introduction
You may want to transfer a domain's zone to another DNS server or cluster. This article provides the steps to enable AXFR for servers running the BIND nameserver.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Open
/etc/named.conf
in your preferred text editor. - Find the
allow-transfer
line in theoptions
section.allow-transfer { "none"; };
- Replace
"none"
with the remote server's IP address.allow-transfer {203.0.113.2;};
- Save the changes and exit the text editor.
- Rebuild the DNS configuration.
/usr/local/cpanel/scripts/rebuilddnsconfig
Comments
0 comments
Article is closed for comments.