The Internet gateway connects the clients with the Internet by using a Squid proxy. Only the
clients from the network 192.168.1.0/24 should be able to use the proxy. Which of the
following configuration sections is correct?
A.
acl local src 192.168.1.0/24 http_allow local
B.
acl local src 192.168.1.0/24 http_access_allow=local
C.
acl local src 192.168.1.0/24 httpd local allow
D.
acl local src 192.168.1.0/24 http_access allow local
E.
acl local src 192.168.1.0/24 http access allow local