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
signature.asc
Description: Detta är en digitalt signerad meddelandedel
