Jill ran the following command below against a DNS server.
But the command did not work. What other command can Jill use to accomplish the same task?
Jill ran the following command below against a DNS server.
But the command did not work. What other command can Jill use to accomplish the same task?
Jill is trying to perform a DNS zone transfer task. The `dig` command is commonly used for such purposes. The correct command should include the target DNS server, the domain to be queried, and the type specified as AXFR for zone transfers. Therefore, the correct command is $ dig @45.79.151.23 192.12.4.6 -t AXFR.
Answer should be "D"