<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://msc.siamtools.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Squid_Limit_Connection</id>
		<title>Squid Limit Connection - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://msc.siamtools.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Squid_Limit_Connection"/>
		<link rel="alternate" type="text/html" href="https://msc.siamtools.com/wiki/index.php?title=Squid_Limit_Connection&amp;action=history"/>
		<updated>2026-05-01T19:30:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://msc.siamtools.com/wiki/index.php?title=Squid_Limit_Connection&amp;diff=472&amp;oldid=prev</id>
		<title>Snifer: Created page with 'Squid Limit Connection in case you want to limit connection use squid proxy you must edit files /etc/squid/squid.conf &lt;pre&gt; nano /etc/squid/squid.conf  #=========================…'</title>
		<link rel="alternate" type="text/html" href="https://msc.siamtools.com/wiki/index.php?title=Squid_Limit_Connection&amp;diff=472&amp;oldid=prev"/>
				<updated>2009-06-15T09:10:56Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Squid Limit Connection in case you want to limit connection use squid proxy you must edit files /etc/squid/squid.conf &amp;lt;pre&amp;gt; nano /etc/squid/squid.conf  #=========================…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Squid Limit Connection&lt;br /&gt;
in case you want to limit connection use squid proxy you must edit files /etc/squid/squid.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nano /etc/squid/squid.conf&lt;br /&gt;
&lt;br /&gt;
#============================================================$&lt;br /&gt;
#                       Deny URL                             $&lt;br /&gt;
#============================================================$&lt;br /&gt;
&lt;br /&gt;
acl sitedeny dstdomain &amp;quot;/etc/squid/site_deny&amp;quot;&lt;br /&gt;
http_access deny sitedeny&lt;br /&gt;
&lt;br /&gt;
#=============================================================$&lt;br /&gt;
#                    Limit Connection                         $&lt;br /&gt;
#=============================================================$&lt;br /&gt;
&lt;br /&gt;
acl mcilocalnet src 192.168.4.0/24&lt;br /&gt;
acl limituserconn maxconn 10&lt;br /&gt;
http_access deny mcilocalnet limituserconn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Create file site_deny in directory /etc/squid/site_deny&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nano /etc/squid/site_deny&lt;br /&gt;
google.com&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Snifer</name></author>	</entry>

	</feed>