Which of the following command is used to enable logging in iptables?
A. $ iptables -B INPUT -j LOG
B. $ iptables -A OUTPUT -j LOG
C. $ iptables -A INPUT -j LOG
D. $ iptables -B OUTPUT -j LOG
Reference: https://tecadmin.net/enable-logging-in-iptables-on-linux/
la risposta giusta dovrebbe essere c come da reference