* a bv <[email protected]>:
> Hi,
> 
> I want to block teamviewer usage also configuring with squid . For
> that matter i tried to write access rules to block the access the
> client from squid.conf  . I wrote simple acls

We're using this:

acl teamviewer-in  url_regex 
din\.aspx\?s=[0-9]+&id=[0-9]+&client=DynGate(&rnd=[0-9]+)?&p=[0-9]+
acl teamviewer-out url_regex dout\.aspx\?s=[0-9]+&p=[0-9]+&client=DynGate

http_access deny teamviewer-in
http_access deny teamviewer-out

-- 
Ralf Hildebrandt                   Charite Universitätsmedizin Berlin
[email protected]        Campus Benjamin Franklin
http://www.charite.de              Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

Reply via email to