I would add this to this problematic
Code:
allow-transfer {none;};
there 2 requirements about it>
1.
as fireba11 asked for, add "Allow zone transfers to these IPs" as option for the template (I was not able to customize it working on
Code:
/usr/local/ispconfig/server/conf/bind_named.conf.local.master
2.
there at the moment 3 fields
-> Allow zone transfers to these IPs (comma separated list)
-> Also Notify
-> Update ACL
if you let empty 2^ one and 3^ one, "Also Notify" and "Update ACL", nothing is written to
Code:
zone "zonename" {
type master;
allow-transfer {none;};
file "/etc/bind/pri.zonename";
};
but if u left empty the 1^ filed:
"Allow zone transfers to these IPs (comma separated list)"
you get
Code:
allow-transfer {none;};
I expect "none" there if and only if i input "none into the form field, and i expect no line regarding allow-transfer if i left field empty
in this way, i could configure my preferred
allow-transfer
ip's into general file:
Code:
/etc/bind/named.conf.options
without losing this setting with
Code:
allow-transfer {none;};
Recent comments
1 day 8 hours ago
1 day 10 hours ago
1 day 22 hours ago
2 days 1 hour ago
2 days 5 hours ago
2 days 11 hours ago
2 days 21 hours ago
2 days 22 hours ago
3 days 6 hours ago
3 days 8 hours ago