From 719f2af594156f7069a650e75f8db8767ffd139a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 18 May 2014 13:33:23 -0300 Subject: Encryption / umask --- files/rtorrent.rc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/rtorrent.rc b/files/rtorrent.rc index d4d2acc..b7c8832 100644 --- a/files/rtorrent.rc +++ b/files/rtorrent.rc @@ -13,7 +13,8 @@ network.http.max_open.set = 99 network.max_open_files.set = 600 network.max_open_sockets.set = 300 protocol.encryption.set = allow_incoming,try_outgoing,enable_retry -system.umask.set = 0027 +#protocol.encryption.set = require,require_RC4,allow_incoming,try_outgoing,enable_retry +system.umask.set = 0022 keys.layout.set = qwertz pieces.hash.on_completion.set = no @@ -132,7 +133,8 @@ upload_rate = 25 download_rate = 50 # Encryption -encryption = allow_incoming, try_outgoing, enable_retry +#encryption = require,require_RC4,allow_incoming,try_outgoing,enable_retry +encryption = allow_incoming, try_outgoing, enable_retry # Collapsible display #schedule = bind_collapse,0,0,"ui.bind_key=download_list,*,view.collapsed.toggle=" -- cgit v1.2.3