-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
See: https://github.com/transmission/transmission/wiki/Blocklists
It's generally good practice to run transmission with blocklists so I think it would be a good idea to setup a default blocklist in the settings.json (probably http://list.iblocklist.com/?list=bt_level1&fileformat=p2p&archiveformat=gz) and enable it.
We'd then need to set it up to regularly update the blocklist by installing transmission-remote and setting up a daily cron job to run:
transmission-remote -n admin:password --blocklist-update
I would submit this as a pull request but I am not sure how to setup the cron job in docker.