单项选择题

A.iptables -t filter -A FORWARD -s 192.168.10.0/24-p tcp --dport 80-j ACCEPT
B.iptables -y filter -A FORWARD -s 192.168.10.0/24-p tcp --dport 80-j ACCEPT
C.iptables -t filter -A FORWARD -d 192.168.10.0/24-p tcp --dport 80-j ACCEPT
D.iptables -t filter -L FORWARD -s 192.168.10.0/24-q tcp --dport 80-j ACCEPT