Initial files add.
This commit is contained in:
parent
e881f9c564
commit
a3e2aceeed
15 changed files with 5155 additions and 0 deletions
36
.rtorrent.rc
Normal file
36
.rtorrent.rc
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Locations to use:
|
||||
directory = /home/tadgy/torrents
|
||||
session = /home/tadgy/.rtorrent
|
||||
|
||||
# IP and ports:
|
||||
bind = 192.168.67.1
|
||||
ip = 192.168.67.1
|
||||
port_random = no
|
||||
|
||||
# Sharing settings:
|
||||
download_rate = 0
|
||||
upload_rate = 500
|
||||
min_peers = 1
|
||||
max_peers = 1000
|
||||
max_uploads = 20
|
||||
max_uploads_global = 100
|
||||
max_downloads_global = 10000
|
||||
|
||||
# Peer settings:
|
||||
peer_exchange = yes
|
||||
use_udp_trackers = yes
|
||||
dht = on
|
||||
encryption = allow_incoming,try_outgoing,enable_retry,prefer_plaintext
|
||||
tracker_numwant = 100
|
||||
|
||||
# Integrity:
|
||||
check_hash = yes
|
||||
|
||||
# Stop seeding at ratio:
|
||||
# Stop after 1.0 ratio once 300M is uploaded
|
||||
ratio.enable=yes
|
||||
ratio.min.set=100
|
||||
ratio.max.set=110
|
||||
ratio.upload.set=300M
|
||||
system.method.set = group.seeding.ratio.command, d.close=
|
||||
#system.method.set = group.seeding.ratio.command, d.close=, d.erase=
|
||||
Loading…
Add table
Add a link
Reference in a new issue