Dori is configuring a Network Time Protocol (NTP) server in order to ensure all logs have the same time to make event correlation easier. Which directive in the ntp.conf file prevents attacks from kiss of death (KOD) packets, denies access to the message trap service for logging, and prevents other NTP servers from modifying the status of this server? Option A restrict -4 192.168.0.0 mask 255.255.255.0 nopeer noquery Option B restrict -4 192.168.0.0 mask 255.255.255.0 kod noquery nomodify Option C restrict -4 192.168.0.0 mask 255.255.255.0 nopeer nomodify Option D restrict -4 192.168.0.0 mask 255.255.255.0 kod notrap nomodify