Pada tanggal 06/07/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]> menulis: > Selamat Sore.. > > permisi mo nanya, saya pake squid proxy, kalo mau nge-blok MIRC, supaya > client ga bisa chat lewat MIRC gimana yah?? tolong scriptnya, jangan teori > doank.. bingung..:) > terima kasih sebelumnya.. > > thanks, > yoseph. > >
setahu saya bisa pakai iptables... jadi diblok port yang untuk mirc (6665-7000) mau script-nya? iptables -A OUTPUT -p tcp --destination-port 6665-7000 -j DROP ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/0XFolB/TM --------------------------------------------------------------------~-> "This is my way being a linuxer..." http://jogja.linux.or.id http://jogja.linux.or.id/wiki/ Untuk berhenti langganan silahkan kirim email kosong ke: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/jogja-linux/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
