Search found 1 match

by Tonamigh
Wed May 27, 2020 8:38 am
Forum: General
Topic: Block Transmission
Replies: 1
Views: 6204

Re: Block Transmission


Hello,
How I can block Transmission in my organization using iptables? I have rules
iptables -I FORWARD -m string --string "BitTorrent protocol" --algo bm --to 65535 -j DROP
iptables -I FORWARD -m string --string "info_hash" --algo bm --to 65535 -j DROP
This works well for uTorrent but does not ...