acl our_networks src 192.168.0.1/25
http_access allow our_networks
http_access deny !our_networks
suppose that i add the above lines to squid main configurtion file will i have the following results
allowing aaccess only form my local network (192.168.0.1-255 including local host) and denying access to all the other ips ?
thanks in advance
http_access allow our_networks
http_access deny !our_networks
suppose that i add the above lines to squid main configurtion file will i have the following results
allowing aaccess only form my local network (192.168.0.1-255 including local host) and denying access to all the other ips ?
thanks in advance