Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1. cat /etc/transmission-daemon/settings.json
  2. {
  3.     "alt-speed-down": 50,
  4.     "alt-speed-enabled": false,
  5.     "alt-speed-time-begin": 540,
  6.     "alt-speed-time-day": 127,
  7.     "alt-speed-time-enabled": false,
  8.     "alt-speed-time-end": 1020,
  9.     "alt-speed-up": 50,
  10.     "bind-address-ipv4": "0.0.0.0",
  11.     "bind-address-ipv6": "::",
  12.     "blocklist-enabled": false,
  13.     "blocklist-url": "http://www.example.com/blocklist",
  14.     "cache-size-mb": 4,
  15.     "dht-enabled": true,
  16.     "download-dir": "/home/pi/Downloads",
  17.     "download-queue-enabled": true,
  18.     "download-queue-size": 2,
  19.     "encryption": 1,
  20.     "idle-seeding-limit": 30,
  21.     "idle-seeding-limit-enabled": false,
  22.     "incomplete-dir": "/home/pi/Downloads",
  23.     "incomplete-dir-enabled": false,
  24.     "lpd-enabled": false,
  25.     "message-level": 1,
  26.     "peer-congestion-algorithm": "",
  27.     "peer-id-ttl-hours": 6,
  28.     "peer-limit-global": 200,
  29.     "peer-limit-per-torrent": 50,
  30.     "peer-port": 51413,
  31.     "peer-port-random-high": 65535,
  32.     "peer-port-random-low": 49152,
  33.     "peer-port-random-on-start": false,
  34.     "peer-socket-tos": "default",
  35.     "pex-enabled": true,
  36.     "port-forwarding-enabled": true,
  37.     "preallocation": 1,
  38.     "prefetch-enabled": true,
  39.     "queue-stalled-enabled": true,
  40.     "queue-stalled-minutes": 30,
  41.     "ratio-limit": 2,
  42.     "ratio-limit-enabled": false,
  43.     "rename-partial-files": true,
  44.     "rpc-authentication-required": true,
  45.     "rpc-bind-address": "0.0.0.0",
  46.     "rpc-enabled": true,
  47.     "rpc-host-whitelist": "",
  48.     "rpc-host-whitelist-enabled": true,
  49.     "rpc-password": [censurado],
  50.     "rpc-port": 9091,
  51.     "rpc-url": "/transmission/",
  52.     "rpc-username": "pi",
  53.     "rpc-whitelist": "*.*.*.*",
  54.     "rpc-whitelist-enabled": true,
  55.     "scrape-paused-torrents-enabled": true,
  56.     "script-torrent-done-enabled": false,
  57.     "script-torrent-done-filename": "",
  58.     "seed-queue-enabled": false,
  59.     "seed-queue-size": 10,
  60.     "speed-limit-down": 8000,
  61.     "speed-limit-down-enabled": true,
  62.     "speed-limit-up": 4000,
  63.     "speed-limit-up-enabled": true,
  64.     "start-added-torrents": true,
  65.     "trash-original-torrent-files": false,
  66.     "umask": 18,
  67.     "upload-slots-per-torrent": 14,
  68.     "utp-enabled": true
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement