diff --git a/proxy_pool/squid.conf b/proxy_pool/squid.conf index 079ab81..3ecabb4 100644 --- a/proxy_pool/squid.conf +++ b/proxy_pool/squid.conf @@ -1,8 +1,23 @@ +# Squid Proxy Server +# Ports to listen on http_port 8888 + +# Hostname (not too important) visible_hostname weezi + +# Access control +# acl src acl all src all + +# http_access allow|deny http_access allow all + +# DNS settings dns_nameservers 8.8.8.8 1.1.1.1 + +# Cache settings cache deny all + +# Hide client information forwarded_for delete via off \ No newline at end of file