Linux/Transmission: Difference between revisions
Appearance
< Linux
No edit summary |
|||
| Line 1: | Line 1: | ||
== /etc/transmission-daemon/settings.json == | == /etc/transmission-daemon/settings.json == | ||
<pre> | <pre> | ||
"blocklist-enabled": true,. | |||
"blocklist-url": "http://list.iblocklist.com/?list=bt_level1",. | |||
"download-dir": "/filesystem/01_filesharing/done",. | |||
"idle-seeding-limit": 2,. | |||
"idle-seeding-limit-enabled": true,. | |||
"incomplete-dir": "/filesystem/01_filesharing/active",. | |||
"incomplete-dir-enabled": true,. | |||
"peer-limit-global": 300,. | |||
"peer-limit-per-torrent": 100,. | |||
"ratio-limit": 0.0098,. | |||
"ratio-limit-enabled": true,. | |||
"rpc-authentication-required": false,. | |||
"rpc-bind-address": "127.0.0.1",. | |||
"rpc-enabled": true,. | |||
"rpc-password": "{64ae06492a41d5575528249b46de524087c34e4fTuI5Qn4K",. | |||
"rpc-port": 9091,. | |||
"rpc-url": "/login/transmission/",. | |||
"rpc-username": "transmission",. | |||
"rpc-whitelist": "127.0.0.1",. | |||
"rpc-whitelist-enabled": true,. | |||
"speed-limit-down": 5000,. | |||
"speed-limit-down-enabled": true,. | |||
"speed-limit-up": 250,. | |||
"speed-limit-up-enabled": true,. | |||
"umask": 2,. | |||
"watch-dir": "/filesystem/01_filesharing/watch",. | |||
"watch-dir-enabled": true | |||
</pre> | </pre> | ||
[[Category:Linux/Services]] | [[Category:Linux/Services]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
Revision as of 15:12, 1 April 2017
/etc/transmission-daemon/settings.json
"blocklist-enabled": true,.
"blocklist-url": "http://list.iblocklist.com/?list=bt_level1",.
"download-dir": "/filesystem/01_filesharing/done",.
"idle-seeding-limit": 2,.
"idle-seeding-limit-enabled": true,.
"incomplete-dir": "/filesystem/01_filesharing/active",.
"incomplete-dir-enabled": true,.
"peer-limit-global": 300,.
"peer-limit-per-torrent": 100,.
"ratio-limit": 0.0098,.
"ratio-limit-enabled": true,.
"rpc-authentication-required": false,.
"rpc-bind-address": "127.0.0.1",.
"rpc-enabled": true,.
"rpc-password": "{64ae06492a41d5575528249b46de524087c34e4fTuI5Qn4K",.
"rpc-port": 9091,.
"rpc-url": "/login/transmission/",.
"rpc-username": "transmission",.
"rpc-whitelist": "127.0.0.1",.
"rpc-whitelist-enabled": true,.
"speed-limit-down": 5000,.
"speed-limit-down-enabled": true,.
"speed-limit-up": 250,.
"speed-limit-up-enabled": true,.
"umask": 2,.
"watch-dir": "/filesystem/01_filesharing/watch",.
"watch-dir-enabled": true