diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-18 13:33:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-18 13:33:23 -0300 |
commit | 719f2af594156f7069a650e75f8db8767ffd139a (patch) | |
tree | 3f4ca94d864152ceeba917bfe513025a46d71e61 | |
parent | f07f74708d138f45efdff6c1a601e2002b091715 (diff) | |
download | puppet-pyroscope-719f2af594156f7069a650e75f8db8767ffd139a.tar.gz puppet-pyroscope-719f2af594156f7069a650e75f8db8767ffd139a.tar.bz2 |
Encryption / umask
-rw-r--r-- | files/rtorrent.rc | 6 |
1 files 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=" |