What directive can be used in named.conf to restrict zone transfers to the 192.168.1.0/24 network?
A.
allow-transfer { 192.168.1.0/24; };
B.
allow-transfer { 192.168.1.0/24 };
C.
allow-axfr { 192.168.1.0/24; };
D.
allow-axfr { 192.168.1.0/24 };
E.
allow-xfer { 192.168.1.0/24; };
I choose