Update .rtorrent.rc.txt

This commit is contained in:
seedboxer 2017-06-30 14:08:28 +01:00 committed by GitHub
parent f1d5053841
commit 65e4d9d4f5

View file

@ -1,17 +1,18 @@
# -- START HERE -- # -- START HERE --
directory.default.set = /(YOUR DIRECTORY/(YOUR DIRECTORY)/ directory.default.set = /(Your dir)/rtorrent
encoding.add = UTF-8 encoding.add = UTF-8
encryption = allow_incoming,try_outgoing,enable_retry encryption = allow_incoming,try_outgoing,enable_retry
execute.nothrow = chmod,777,/(YOUR DIRECTORY/(YOURUSER NAME)/.config/rpc.socket execute.nothrow = chmod,777,/h(Your Dir/.config/rpc.socket
execute.nothrow = chmod,777,/(YOUR DIRECTORY/(YOURUSER NAME)/.sessions execute.nothrow = chmod,777,/(Your Dir)/.sessions
network.port_random.set = yes network.port_random.set = yes
network.port_range.set = 2448-3948 ***(Change ports to suit needs)*** network.port_range.set = 37521-39021
network.scgi.open_port = localhost:2448 network.scgi.open_port = localhost:37521
network.tos.set = throughput network.tos.set = throughput
pieces.hash.on_completion.set = no pieces.hash.on_completion.set = no
protocol.pex.set = no protocol.pex.set = no
schedule = watch_directory,5,5,load.start=/(YOUR DIRECTORY/(YOUR DIRECTORY/rwatch/*.torrent schedule = watch_directory,5,5,load.start=/(Your Dir)/rwatch/*.torrent
session.path.set = /(YOUR DIRECTORY/(YOUR DIRECTORY/.sessions/ session.path.set = /(Your Dir)/.sessions/
min_peers = 250 min_peers = 250
max_peers = 400 max_peers = 400
min_peers_seed = -1 min_peers_seed = -1
@ -30,3 +31,5 @@ network.max_open_files.set = 65535
network.max_open_sockets.set = 65535 network.max_open_sockets.set = 65535
system.file.allocate.set = yes system.file.allocate.set = yes
network.tos.set = throughput network.tos.set = throughput
# -- END HERE --