SHARE
TWEET
Untitled
a guest
May 1st, 2018
143
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- method.insert = cfg.basedir, private|const|string, (cat,"/root/rtorrent/")
- method.insert = cfg.watch, private|const|string, (cat,(cfg.basedir),"watch/")
- method.insert = cfg.logs, private|const|string, (cat,(cfg.basedir),"log/")
- method.insert = cfg.logfile, private|const|string, (cat,(cfg.logs),"rtorrent-",(system.time),".log")
- # This is an example resource file for rTorrent. Copy to
- # ~/.rtorrent.rc and enable/modify the options as needed. Remember to
- # uncomment the options you wish to enable.
- # Maximum and minimum number of peers to connect to per torrent.
- min_peers = 1
- max_peers = 100
- # Same as above but for seeding completed torrents (-1 = same as downloading)
- min_peers_seed = 1
- max_peers_seed = 100
- # Maximum number of simultanious uploads per torrent.
- max_uploads = 10
- # Maximum number of simultaneous downloads
- max_downloads_global = 20
- max_uploads_global = 500
- # Global upload and download rate in KiB. "0" for unlimited.
- download_rate = 0
- upload_rate = 0
- # Default directory to save the downloaded torrents.
- session.path.set = (cat,(cfg.basedir),".session")
- directory.default.set = "/mnt/local/torrents"
- directory = "/mnt/local/torrents"
- # Watch a directory for new torrents, and stop those that have been
- # deleted.
- schedule = watch_directory,5,5,load_start=./rtactive/*.torrent
- schedule = tied_directory,6,5,start_tied=
- schedule = untied_directory,7,5,stop_untied=
- # Close torrents when diskspace is low.
- schedule = low_diskspace,5,60,close_low_diskspace=2000M
- # Periodically save session data
- schedule = session_save,240,300,session_save=
- # Enable the default ratio group.
- ratio.enable=
- # Change the limits, the defaults should be sufficient.
- ratio.min.set=400
- ratio.max.set=2000
- ratio.upload.set=250M
- # When seeding ratio is reached close the torrent
- system.method.set = group.seeding.ratio.command, d.close=
- # Move files around when download completes
- system.method.set_key = event.download.finished,move_complete,"execute=mv,-n,$d.get_base_path=,./unsorted/;d.set_directory=./unsorted/"
- # Port range to use for listening.
- port_range = 51000-51250
- # Start opening ports at a random position within the port range.
- port_random = yes
- # Encryption options, set to none (default) or any combination of the following:
- # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
- #
- # The example value allows incoming encrypted connections, starts unencrypted
- # outgoing connections but retries with encryption if they fail, preferring
- # plaintext to RC4 encryption after the encrypted handshake
- #
- encryption = allow_incoming,try_outgoing,enable_retry,prefer_plaintext
- # Enable DHT support for trackerless torrents or when all trackers are down.
- # May be set to "disable" (completely disable DHT), "off" (do not start DHT),
- # "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
- # The default is "off". For DHT to work, a session directory must be defined.
- #
- #dht = auto
- # UDP port to use for DHT.
- #
- #dht_port = 6881
- # Enable peer exchange (for torrents not marked private)
- #
- #peer_exchange = yes
- network.scgi.open_port = 127.0.0.1:5000
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

