Showing posts with label Yahoo Messenger. Show all posts
Showing posts with label Yahoo Messenger. Show all posts

Tuesday, October 15, 2013

Cum blochezi yahoo messenger cu iptables in linux

Daca vrei sa blochezi yahoo messengerul,meebo,buddy,webmesenger poti folosi comenzile de mai jos

iptables -A FORWARD -m string --string 'YMSG' --algo bm -j DROP
iptables -A FORWARD -m string --string 'messenger' --algo bm -j DROP
iptables -A FORWARD -m string --string 'meebo' --algo bm -j DROP
iptables -A FORWARD -m string --string 'buddy' --algo bm -j DROP
iptables -A FORWARD -m string --string 'webmessenger' --algo bm –j DROP
iptables -A FORWARD -m string --string 'web-messenger' --algo bm –j DROP

cum blochezi yahoo messenger in linux

Continue Reading »