<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Setup a Proxy Server with Squid and Raspberry PI	</title>
	<atom:link href="https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Tue, 29 Oct 2024 11:49:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-38559</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 29 Oct 2024 11:49:24 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=843#comment-38559</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-38485&quot;&gt;Chris117&lt;/a&gt;.

Hi Chris,
thank you for yuor feedback. With Squid you can change the blocked sites with custom HTML pages or images. These images/html should be already published from a web server (it can be also the same Rasberry PI by installing Apache (&lt;a href=&quot;https://peppe8o.com/lamp-server-on-raspberry-pi/&quot; rel=&quot;ugc&quot;&gt;see the Apache part of this tutorial&lt;/a&gt;) or from a remote server.
You can integrate it in your squid.conf file by using the &lt;code&gt;deny_info&lt;/code&gt; directive. More info about this can be found in the &lt;a href=&quot;https://www.squid-cache.org/Doc/config/deny_info/&quot; rel=&quot;nofollow ugc&quot;&gt;Squid docs&lt;/a&gt;.

For example, your configuration line can be similar to the following (which uses my logo published from my website):
&lt;code&gt;deny_info https://peppe8o.com/wp-content/uploads/2024/03/cropped-Logo2D_512x512_2.png acl&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-38485">Chris117</a>.</p>
<p>Hi Chris,<br />
thank you for yuor feedback. With Squid you can change the blocked sites with custom HTML pages or images. These images/html should be already published from a web server (it can be also the same Rasberry PI by installing Apache (<a href="https://peppe8o.com/lamp-server-on-raspberry-pi/" rel="ugc">see the Apache part of this tutorial</a>) or from a remote server.<br />
You can integrate it in your squid.conf file by using the <code>deny_info</code> directive. More info about this can be found in the <a href="https://www.squid-cache.org/Doc/config/deny_info/" rel="nofollow ugc">Squid docs</a>.</p>
<p>For example, your configuration line can be similar to the following (which uses my logo published from my website):<br />
<code>deny_info https://peppe8o.com/wp-content/uploads/2024/03/cropped-Logo2D_512x512_2.png acl</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris117		</title>
		<link>https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-38485</link>

		<dc:creator><![CDATA[Chris117]]></dc:creator>
		<pubDate>Sun, 27 Oct 2024 20:56:04 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=843#comment-38485</guid>

					<description><![CDATA[Many thanks for this very helpful Howto !
 
I want a html page (/var/www/html/block.html) to be loaded instead of blocked sites, like a 404 error page.
How could I write it in squid.conf file ? In the &#039;acl&#039; section ?

Thanks,

Chris]]></description>
			<content:encoded><![CDATA[<p>Many thanks for this very helpful Howto !</p>
<p>I want a html page (/var/www/html/block.html) to be loaded instead of blocked sites, like a 404 error page.<br />
How could I write it in squid.conf file ? In the &#8216;acl&#8217; section ?</p>
<p>Thanks,</p>
<p>Chris</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-3091</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 04 Apr 2021 09:46:49 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=843#comment-3091</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-3088&quot;&gt;Xeonic&lt;/a&gt;.

A good tutorial on adding authentication is available from &lt;a href=&quot;https://gist.github.com/jackblk/fdac4c744ddf2a0533278a38888f3caf&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://gist.github.com/jackblk/fdac4c744ddf2a0533278a38888f3caf&lt;/a&gt;.
Still not tried, but I will in near future. Please let me know if it works]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-3088">Xeonic</a>.</p>
<p>A good tutorial on adding authentication is available from <a href="https://gist.github.com/jackblk/fdac4c744ddf2a0533278a38888f3caf" target="_blank" rel="noopener nofollow ugc">https://gist.github.com/jackblk/fdac4c744ddf2a0533278a38888f3caf</a>.<br />
Still not tried, but I will in near future. Please let me know if it works</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Xeonic		</title>
		<link>https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-3088</link>

		<dc:creator><![CDATA[Xeonic]]></dc:creator>
		<pubDate>Sun, 04 Apr 2021 05:55:59 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=843#comment-3088</guid>

					<description><![CDATA[How does one set a Password for the http Proxy?]]></description>
			<content:encoded><![CDATA[<p>How does one set a Password for the http Proxy?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-1307</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 23 Jun 2020 07:45:12 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=843#comment-1307</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-1305&quot;&gt;Dave&lt;/a&gt;.

Hi Dave,
from my searches with google, it appears that transparent mode can be enbled just by setting  &quot;http_port 3128 transparent&quot; in your squid.conf]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-1305">Dave</a>.</p>
<p>Hi Dave,<br />
from my searches with google, it appears that transparent mode can be enbled just by setting  &#8220;http_port 3128 transparent&#8221; in your squid.conf</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dave		</title>
		<link>https://peppe8o.com/setup-a-proxy-server-with-raspberry-pi-os-lite-and-squid/#comment-1305</link>

		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Mon, 22 Jun 2020 02:23:31 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=843#comment-1305</guid>

					<description><![CDATA[Thanks for the guide for Squid on to the Rpi, I have installed it on my rpi4,
Do you have a guide for turning the Squid cache into transparent cache.

Thank you,]]></description>
			<content:encoded><![CDATA[<p>Thanks for the guide for Squid on to the Rpi, I have installed it on my rpi4,<br />
Do you have a guide for turning the Squid cache into transparent cache.</p>
<p>Thank you,</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
