Skip to content

Instantly share code, notes, and snippets.

@jkpark
Last active December 29, 2022 18:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jkpark/f97b7809b564f77d39134b41228f6a45 to your computer and use it in GitHub Desktop.
Save jkpark/f97b7809b564f77d39134b41228f6a45 to your computer and use it in GitHub Desktop.
transmission-daemon-settings.json
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 64,
"dht-enabled": true,
"download-dir": "/public/torrent/downloads",
"download-limit": 100,
"download-limit-enabled": 0,
"download-queue-enabled": true,
"download-queue-size": 8,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/var/lib/transmission-daemon/Downloads",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"max-peers-global": 10000,
"message-level": 1,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 10000,
"peer-limit-per-torrent": 100,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": false,
"preallocation": 1,
"prefetch-enabled": true,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-host-whitelist": "",
"rpc-host-whitelist-enabled": true,
"rpc-password": "your_rpc_password",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "your_rpc_id",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/usr/local/etc/transmission_post_download.sh",
"seed-queue-enabled": false,
"seed-queue-size": 100,
"speed-limit-down": 12800,
"speed-limit-down-enabled": false,
"speed-limit-up": 512,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": true,
"umask": 2,
"upload-limit": 512,
"upload-limit-enabled": 0,
"upload-slots-per-torrent": 30,
"utp-enabled": true,
"watch-dir": "/public/torrent/watch",
"watch-dir-enabled": true
}
@FrankTianTT
Copy link

thank you!

@salimranainfo
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment