Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2011
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. config transmission
  2. option enable 1
  3.  
  4. option alt_speed_down 1024
  5. option alt_speed_up 10
  6. option alt_speed_time_begin 480
  7. option alt_speed_time_end 0
  8. option alt_speed_time_day 127
  9. option alt_speed_time_enabled true
  10. option speed_limit_down 1024
  11. option speed_limit_down_enabled true
  12. option speed_limit_up 100
  13. option speed_limit_up_enabled true
  14. option upload_slots_per_torrent 14
  15.  
  16. option blocklist_enabled false
  17.  
  18. option config_dir /home/.transmission
  19. option incomplete_dir /home/torrent
  20. option incomplete_dir_enabled false
  21. option download_dir /home/torrent
  22. option open_file_limit 32
  23. option preallocation 1
  24. option rename_partial_files true
  25. option start_added_torrents true
  26. option trash_original_torrent_files false
  27. option umask 18
  28. option watch_dir /home/torrent
  29. option watch_dir_enabled false
  30.  
  31. option dht_enabled true
  32. option encryption 1
  33. option lazy_bitfield_enabled true
  34. option lpd_enabled false
  35. option message_level 2
  36. option pex-enabled true
  37. option script_torrent_done_enabled false
  38. option script_torrent_done_filename ''
  39.  
  40. option bind_address_ipv4 '0.0.0.0'
  41. option bind_address_ipv6 '::'
  42. option peer_limit_global 240
  43. option peer_limit_per_torrent 60
  44.  
  45. option peer_port 51413
  46. option peer_port_random_high 65535
  47. option peer_port_random_low 1024
  48. option peer_port_random_on_start true
  49. option port_forwarding_enabled true
  50.  
  51. option rpc_authentication_required true
  52. option rpc_bind_address '0.0.0.0'
  53. option rpc_enabled true
  54. option rpc_password 'blahblahblahblah'
  55. option rpc_port 9091
  56. option rpc_username 'blahblahblahblah'
  57. option rpc_whitelist '127.0.0.1,192.168.1.*'
  58. option rpc_whitelist_enabled false
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement