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:
| #!/usr/bin/env bash | |
| set -eo pipefail | |
| # Global variables | |
| declare -u AUTH_SALT | |
| ############################################################################### | |
| # Processes password input and translates to salted hash | |
| ############################################################################### | |
| function main() { |
| <?php | |
| namespace Drupal\custom_drush_commands\Commands; | |
| use Drush\Commands\DrushCommands; | |
| use Drush\Exceptions\UserAbortException; | |
| /** | |
| * Custom drush commands | |
| */ |
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: