settings.json.template 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "alt-speed-down": 50,
  3. "alt-speed-enabled": false,
  4. "alt-speed-time-begin": 540,
  5. "alt-speed-time-day": 127,
  6. "alt-speed-time-enabled": false,
  7. "alt-speed-time-end": 1020,
  8. "alt-speed-up": 50,
  9. "announce-ip": "",
  10. "announce-ip-enabled": false,
  11. "anti-brute-force-enabled": false,
  12. "anti-brute-force-threshold": 100,
  13. "bind-address-ipv4": "0.0.0.0",
  14. "bind-address-ipv6": "::",
  15. "blocklist-enabled": false,
  16. "blocklist-url": "http://www.example.com/blocklist",
  17. "cache-size-mb": 4,
  18. "default-trackers": "",
  19. "dht-enabled": true,
  20. "download-dir": "/mnt/seagate/torrents/transmission/finished/",
  21. "download-queue-enabled": false,
  22. "download-queue-size": 5,
  23. "encryption": 1,
  24. "idle-seeding-limit": 30,
  25. "idle-seeding-limit-enabled": false,
  26. "incomplete-dir": "/mnt/seagate/torrents/transmission/unfinished/",
  27. "incomplete-dir-enabled": true,
  28. "lpd-enabled": false,
  29. "message-level": 1,
  30. "peer-congestion-algorithm": "",
  31. "peer-id-ttl-hours": 6,
  32. "peer-limit-global": 200,
  33. "peer-limit-per-torrent": 50,
  34. "peer-port": 51413,
  35. "peer-port-random-high": 65535,
  36. "peer-port-random-low": 49152,
  37. "peer-port-random-on-start": false,
  38. "peer-socket-tos": "le",
  39. "pex-enabled": true,
  40. "port-forwarding-enabled": true,
  41. "preallocation": 1,
  42. "prefetch-enabled": true,
  43. "queue-stalled-enabled": true,
  44. "queue-stalled-minutes": 30,
  45. "ratio-limit": 5,
  46. "ratio-limit-enabled": true,
  47. "rename-partial-files": true,
  48. "rpc-authentication-required": false,
  49. "rpc-bind-address": "0.0.0.0",
  50. "rpc-enabled": true,
  51. "rpc-host-whitelist": "",
  52. "rpc-host-whitelist-enabled": true,
  53. "rpc-password": "{60ff13cfa37dadfeb187252bc20fd63b8baf9f438aSNUOJ/",
  54. "rpc-port": 9091,
  55. "rpc-socket-mode": "0750",
  56. "rpc-url": "/transmission/",
  57. "rpc-username": "",
  58. "rpc-whitelist": "127.0.0.1,::1",
  59. "rpc-whitelist-enabled": true,
  60. "scrape-paused-torrents-enabled": true,
  61. "script-torrent-added-enabled": false,
  62. "script-torrent-added-filename": "",
  63. "script-torrent-done-enabled": false,
  64. "script-torrent-done-filename": "",
  65. "script-torrent-done-seeding-enabled": false,
  66. "script-torrent-done-seeding-filename": "",
  67. "seed-queue-enabled": false,
  68. "seed-queue-size": 10,
  69. "speed-limit-down": 400,
  70. "speed-limit-down-enabled": false,
  71. "speed-limit-up": 400,
  72. "speed-limit-up-enabled": false,
  73. "start-added-torrents": false,
  74. "tcp-enabled": true,
  75. "torrent-added-verify-mode": "fast",
  76. "trash-original-torrent-files": false,
  77. "umask": "022",
  78. "upload-slots-per-torrent": 14,
  79. "utp-enabled": true,
  80. "watch-dir": "/home/zadca123/Downloads/",
  81. "watch-dir-enabled": false
  82. }