/ip firewall filter add action=add-src-to-address-list address-list=Torrent-Conn address-list-timeout=2m chain=forward comment="!Torrents - add to list for 2min" in-interfac
e=LAN layer7-protocol=layer7-bittorrent-exp src-address-list=!allow-bit
/ip firewall filter add action=drop chain=forward comment="!Torrents - drop TCP ports connections from list" dst-port=!0-1024,3128,8291,8080,5900,5800,3389,14147,5222,59905
protocol=tcp src-address-list=Torrent-Conn
/ip firewall filter add action=drop chain=forward comment="!Torrents - drop UDP ports connections from list" dst-port=!0-1024,3128,8291,8080,5900,5800,3389,14147,5222,59905
protocol=udp src-address-list=Torrent-Conn