mån 2006-11-27 klockan 10:50 +0100 skrev Wojciech Puchar:
> i have such rule in squid.conf
>
> acl numeric_addr urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
> http_access deny CONNECT numeric_addr
>
>
> to block skype through proxy - it has to block CONNECT when target address
> is numeric.
Then you should use dstdom_regex, not urlpath_regex..
CONNECT does not have an URL-path, only a hostname and port..
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST