<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.boldcore.eu/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.boldcore.eu/index.php?action=history&amp;feed=atom&amp;title=Squid_proxy</id>
		<title>Squid proxy - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.boldcore.eu/index.php?action=history&amp;feed=atom&amp;title=Squid_proxy"/>
		<link rel="alternate" type="text/html" href="https://wiki.boldcore.eu/index.php?title=Squid_proxy&amp;action=history"/>
		<updated>2026-04-28T15:26:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.15</generator>

	<entry>
		<id>https://wiki.boldcore.eu/index.php?title=Squid_proxy&amp;diff=60&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Another config.  This one just for fun !  &lt;pre&gt; acl localnet src 10.0.0.0/8     # RFC1918 possible internal network acl localnet src 172.16.0.0/12  # RFC1918 possible internal...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.boldcore.eu/index.php?title=Squid_proxy&amp;diff=60&amp;oldid=prev"/>
				<updated>2017-03-13T15:14:03Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Another config.  This one just for fun !  &amp;lt;pre&amp;gt; acl localnet src 10.0.0.0/8     # RFC1918 possible internal network acl localnet src 172.16.0.0/12  # RFC1918 possible internal...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Another config.&lt;br /&gt;
&lt;br /&gt;
This one just for fun !&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
acl localnet src 10.0.0.0/8     # RFC1918 possible internal network&lt;br /&gt;
acl localnet src 172.16.0.0/12  # RFC1918 possible internal network&lt;br /&gt;
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network&lt;br /&gt;
acl localnet src fc00::/7       # RFC 4193 local private network range&lt;br /&gt;
acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines&lt;br /&gt;
acl SSL_ports port 443&lt;br /&gt;
acl Safe_ports port 10-65535    # unregistered ports&lt;br /&gt;
acl CONNECT method CONNECT&lt;br /&gt;
&lt;br /&gt;
http_access deny !Safe_ports&lt;br /&gt;
http_access deny CONNECT !SSL_ports&lt;br /&gt;
http_access allow localhost manager&lt;br /&gt;
http_access deny manager&lt;br /&gt;
http_access allow localnet&lt;br /&gt;
http_access allow localhost&lt;br /&gt;
http_port 3128&lt;br /&gt;
coredump_dir /var/spool/squid&lt;br /&gt;
refresh_pattern ^ftp:           1440    20%     10080&lt;br /&gt;
refresh_pattern ^gopher:        1440    0%      1440&lt;br /&gt;
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0&lt;br /&gt;
refresh_pattern .               0       20%     4320&lt;br /&gt;
visible_hostname proxy.boldcore.eu&lt;br /&gt;
forwarded_for off&lt;br /&gt;
request_header_access Allow allow all&lt;br /&gt;
request_header_access Authorization allow all&lt;br /&gt;
request_header_access WWW-Authenticate allow all&lt;br /&gt;
request_header_access Proxy-Authorization allow all&lt;br /&gt;
request_header_access Proxy-Authenticate allow all&lt;br /&gt;
request_header_access Cache-Control allow all&lt;br /&gt;
request_header_access Content-Encoding allow all&lt;br /&gt;
request_header_access Content-Length allow all&lt;br /&gt;
request_header_access Content-Type allow all&lt;br /&gt;
request_header_access Date allow all&lt;br /&gt;
request_header_access Expires allow all&lt;br /&gt;
request_header_access Host allow all&lt;br /&gt;
request_header_access If-Modified-Since allow all&lt;br /&gt;
request_header_access Last-Modified allow all&lt;br /&gt;
request_header_access Location allow all&lt;br /&gt;
request_header_access Pragma allow all&lt;br /&gt;
request_header_access Accept allow all&lt;br /&gt;
request_header_access Accept-Charset allow all&lt;br /&gt;
request_header_access Accept-Encoding allow all&lt;br /&gt;
request_header_access Accept-Language allow all&lt;br /&gt;
request_header_access Content-Language allow all&lt;br /&gt;
request_header_access Mime-Version allow all&lt;br /&gt;
request_header_access Retry-After allow all&lt;br /&gt;
request_header_access Title allow all&lt;br /&gt;
request_header_access Connection allow all&lt;br /&gt;
request_header_access Proxy-Connection allow all&lt;br /&gt;
request_header_access User-Agent allow all&lt;br /&gt;
request_header_access Cookie allow all&lt;br /&gt;
request_header_access All deny all&lt;br /&gt;
auth_param basic program /usr/lib64/squid/basic_ncsa_auth /etc/squid/.htpasswd&lt;br /&gt;
auth_param basic children 10&lt;br /&gt;
auth_param basic realm Squid proxy-caching web server&lt;br /&gt;
auth_param basic credentialsttl 9999 days&lt;br /&gt;
auth_param basic casesensitive off&lt;br /&gt;
acl ncsa_users proxy_auth REQUIRED&lt;br /&gt;
http_access allow ncsa_users&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>