Re: [squid-users] Allowing a specific port\dstdomain combination?

From: Luis Daniel Lucio Quiroz <luis.daniel.lucio_at_gmail.com>
Date: Tue, 27 Sep 2011 18:04:08 -0500

Le Mardi 27 Septembre 2011 22:14:18 Momen, Mazdak a écrit :
> My config is currently configured to block all non 80\443 ports and all
> domains except those I specify. How can I allow domainx.com on port 1234
> without allowing port 1234 globally?
>
> Thanks!

try something like

acl d dstdomain .domainx.com
acl p port 1234

http_access allow p d

LD
http://www.twitter.com/ldlq
Received on Tue Sep 27 2011 - 23:04:40 MDT

This archive was generated by hypermail 2.2.0 : Wed Sep 28 2011 - 12:00:03 MDT