r00igev@@r
Honorary Master
- Joined
- Dec 14, 2009
- Messages
- 15,640
- Reaction score
- 14,157
- Location
- Draadloos Bantha poo doo in 4ways
Any good ideas on stopping BitTorrent on debian buster
I'm trying this but it doesn't seem to work!
I'm trying this but it doesn't seem to work!
# Block BitTorrent file
iptables -A FORWARD -m string --algo bm --string ".torrent" -j DROP
# Block BitTorrent Distributed Hash Table (DHT) keywords
iptables -A FORWARD -m string --algo kmp --string "find_node" -j DROP
iptables -A FORWARD -m string --algo kmp --string "info_hash" -j DROP
iptables -A FORWARD -m string --algo kmp --string "get_peers" -j DROP
iptables -A FORWARD -m string --algo kmp --string "announce_peers" -j DROP
