Guest User

Untitled

a guest
Apr 13th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. [transmission]
  2. # This is the transmission-daemon config file
  3. # Default settings are commented, uncomment and adapt as needed
  4.  
  5. # Allowed IP addresses.
  6. allowed=127.0.0.1
  7.  
  8. # Enable peer blocklists (yes or no)
  9. blocklist=no
  10.  
  11. # Directory to watch for new .torrent files (empty string to disable)
  12. #watch_dir=
  13.  
  14. # Where to look for configuration files
  15. config_dir=/var/transmission/config
  16.  
  17. # RPC port
  18. port=9091
  19.  
  20. # Require authentication (yes or no)
  21. auth=no
  22.  
  23. # Set username for authentication (only used when auth=yes)
  24. #username=
  25.  
  26. # Set password for authentication (only used when auth=yes)
  27. #password=
  28.  
  29. # Where to save downloaded data
  30. #download_dir=/var/transmission/downloads
  31.  
  32. # Port for incoming peers
  33. peerport=51413
  34.  
  35. # Enable portmapping via NAT-PMP or UPnP (yes or no)
  36. portmap=no
  37.  
  38. # Maximum overall number of peers
  39. peerlimit_global=240
  40.  
  41. # Maximum number of peers per torrent
  42. peerlimit_torrent=60
  43.  
  44. # How to encrypt peer connections (required, preferred, tolerated)
  45. encryption=preferred
  46.  
  47. # Where to listen for peer connections (ipv4 address)
  48. #bind_address_ipv4=
  49.  
  50. # Where to listen for peer connections (ipv6 address)
  51. #bind_address_ipv6=
  52.  
  53. # Where to listen for RPC connections
  54. #rpc_bind_address=
Add Comment
Please, Sign In to add comment