Montag, August 13, 2007

Blok Skype Traffic

Mit Squid scheint es relative easy zu sein skype aus dem Netz zu bekommen. Mal schauen.
-- snip --
# Prevent Skype connecting HTTPs using CONNECT requests to IP addresses (those not using domain names)
acl numeric_IPs url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
http_access deny CONNECT numeric_IPs all
# Prevent Skype connecting http
acl Skype_UA browser Skype
http_access deny Skype_UA
# Prevent anyone to download anything from skype website
acl Skype_domain dstdomain skype.com
http_access deny Skype_domain
-- snip --

2 Kommentare:

uwe127 hat gesagt…

tach auch,

sperrst du mit der acl "http_access deny CONNECT numeric_IPs all"
nicht alles aus, das mit CONNECT auf numerische ips zugreifen will??

Patrick Marc Preuss hat gesagt…

klar aber wer will nummerische ips mit einem connect ansprechen;-) ist keine sinnvolle anwendung;-) oder?