Others Days 2
April 1st, 2010
No comments
Others Days 2
Monterey Slideshow:
Other day on Cupertino, I take this:
Palo Alto Fire Dept:
Others Days 2
Monterey Slideshow:
Other day on Cupertino, I take this:
Palo Alto Fire Dept:
Block Messenger (squid + iptables)
In Mexico i was installed a firewall and squid on a server the important options are:
squid.conf:
acl no_permitido dstdomain "/etc/squid/blocked.domains" acl msn_mime req_mime_type -i ^application/x-msn-messenger$ acl msn_gw url_regex -i gateway.dll http_access deny all msn_mime http_access deny all msn_gw
blocked.domains:
.ebuddy.com .messengerfx.com .iloveim.com .meebo.com ...
iptables:
iptables -I FORWARD -p tcp --dport 1863 -j REJECT