34 lines
778 B
Text
34 lines
778 B
Text
# Locations to use:
|
|
directory = /home/tadgy/torrents
|
|
session = /home/tadgy/.rtorrent
|
|
|
|
# IP and ports:
|
|
bind = 192.168.67.1
|
|
ip = afterdark.org.uk
|
|
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:
|
|
dht = on
|
|
encryption = allow_incoming,try_outgoing,enable_retry,prefer_plaintext
|
|
|
|
# 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=150
|
|
ratio.upload.set=300M
|
|
# FIXME: This doesn't seem to work on recent rtorrent:
|
|
#system.method.set = group.seeding.ratio.command, d.close=
|
|
#system.method.set = group.seeding.ratio.command, d.close=, d.erase=
|