what one could do:
edit file
Code:
/usr/local/ispconfig/server/plugins-enabled/bind_plugin.inc.php
and replace
PHP Code:
$options .= " allow-transfer {none;};\n";
with
PHP Code:
$options .= " allow-transfer {IP1; IP2; IP3;};\n";
but I guess this change will vanish when updating ispconfig...