Lucio Jankok schrieb:
I have seen this before.. Post your squid.conf

here it is

acl home src 192.168.0.0/24 127.0.0.1
acl all src 0.0.0.0/0.0.0.0
acl homedst dst 192.168.0.0/24 127.0.0.1
acl alldst dst 0.0.0.0/0.0.0.0

visible_hostname mars

http_access allow home
http_access deny all

http_port 8080
cache_dir ufs /usr/local/squid/cache 100 16 256

cache_peer 192.168.0.1 parent 8080 3130 default no-query proxy-only
#cache_peer_access 192.168.0.1 deny homedst
#cache_peer_access 192.168.0.1 allow alldst

Reply via email to