Come bloccare bittorrent con router Mikrotik

Come bloccare bittorrent con router Mikrotik Fase 1 /ip firewall layer7-protocol add comment=”All Torentz” name=layer7-bittorrent-exp regexp=”^(\\x13bitt\ orrent protocol|azver\\x01\$|get /scrape\\\?info_hash=get /announce\\\?inf\ o_hash=|get /client/bitcomet/|GET /data\\\?fid=)|d1:ad2:id20:|\\x08’7P\\)[\ RP]” Fase 2 /ip firewall filter add action=add-src-to-address-list address-list=Torrent-Conn \ address-list-timeout=2m chain=forward layer7-protocol=\ layer7-bittorrent-exp src-address=192.168.0.0/24 src-address-list=\ !allow-bit add action=add-src-to-address-list address-list=Torrent-Conn \ address-list-timeout=2m chain=forward p2p=all-p2p src-address=\ 192.168.0.0/24 src-address-list=!allow-bit ( 192.168.0.0/24 è la tua …