Advertisement
mturgeonferland

settings.json SSL Proxy Transmission

Mar 24th, 2013
5,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  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. "bind-address-ipv4": "192.168.42.7", # This is the IP used for the bitorrent part not the web part. You can put 0.0.0.0 to listen and emit on any interfaces
  10. "bind-address-ipv6": "::",
  11. "blocklist-enabled": false,
  12. "blocklist-url": "http://www.example.com/blocklist",
  13. "cache-size-mb": 100, # Have a much powerfull computer and a lot of RAM for my transmission so boosted it to 100MB. Default is 8MB.
  14. "dht-enabled": false,
  15. "download-dir": "/Storage/!Downloads/",
  16. "download-queue-enabled": false,
  17. "download-queue-size": 5,
  18. "encryption": 1,
  19. "idle-seeding-limit": 30,
  20. "idle-seeding-limit-enabled": false,
  21. "incomplete-dir": "/root/Downloads",
  22. "incomplete-dir-enabled": false,
  23. "lpd-enabled": false,
  24. "message-level": 2,
  25. "peer-congestion-algorithm": "",
  26. "peer-limit-global": 240,
  27. "peer-limit-per-torrent": 60,
  28. "peer-port": 28123,
  29. "peer-port-random-high": 65535,
  30. "peer-port-random-low": 49152,
  31. "peer-port-random-on-start": false,
  32. "peer-socket-tos": "default",
  33. "pex-enabled": false,
  34. "port-forwarding-enabled": true,
  35. "preallocation": 1,
  36. "prefetch-enabled": 1,
  37. "queue-stalled-enabled": true,
  38. "queue-stalled-minutes": 30,
  39. "ratio-limit": 2,
  40. "ratio-limit-enabled": false,
  41. "rename-partial-files": true,
  42. "rpc-authentication-required": false, # Here you need to disable the authentification for the web page gui
  43. "rpc-bind-address": "127.0.0.1", # Here you need to bind the web page access only by the loopback interface so nobody can access the non-secured Transmission Gui
  44. "rpc-enabled": true,
  45. "rpc-password": "",
  46. "rpc-port": 9091,
  47. "rpc-url": "/transmission/",
  48. "rpc-username": "",
  49. "rpc-whitelist": "*",
  50. "rpc-whitelist-enabled": true,
  51. "scrape-paused-torrents-enabled": true,
  52. "script-torrent-done-enabled": false,
  53. "script-torrent-done-filename": "",
  54. "seed-queue-enabled": false,
  55. "seed-queue-size": 10,
  56. "speed-limit-down": 1024,
  57. "speed-limit-down-enabled": false,
  58. "speed-limit-up": 60,
  59. "speed-limit-up-enabled": true,
  60. "start-added-torrents": true,
  61. "trash-original-torrent-files": false,
  62. "umask": 0,
  63. "upload-slots-per-torrent": 14,
  64. "utp-enabled": true
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement