The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.
It's as simple as downloading and installing the latest client:
After installing, navigate through the menu: Edit > Preferences > Privacy:
- Check enable blocklist
- Paste in: https://raw.githubusercontent.com/Naunter/BT_BlockLists/master/bt_blocklists.gz (peep the curls) (github)
- Check Enable automatic updates
- Click Update
- Close
FWIW I wrote my own script to fetch blocklists from https://www.iblocklist.com/lists. I get the level1 list so I use the command
get-blocklist level1
to download it. https://github.com/5p0ng3b0b/scripts/blob/master/bash/get-blocklist.