Skip to main content

Zone Transfer Issues

Comments

1 comment

  • cPanelMichael
    Hello, It's possible the alert you see on that utility is a false positive, as the default /etc/named.conf configuration should already block zone transfers:
    ]# grep allow-transfer /etc/named.conf allow-transfer { "none"; };
    If you want to reset your /etc/named.conf configuration, you can use the following commands:
    mv /etc/named.conf /etc/named.conf.backup1 /scripts/rebuilddnsconfig
    Thank you.
    0

Please sign in to leave a comment.