aboutsummaryrefslogtreecommitdiffstats
path: root/.config/transmission-cli
diff options
context:
space:
mode:
Diffstat (limited to '.config/transmission-cli')
-rw-r--r--.config/transmission-cli/settings.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/.config/transmission-cli/settings.json b/.config/transmission-cli/settings.json
new file mode 100644
index 0000000..ac17946
--- /dev/null
+++ b/.config/transmission-cli/settings.json
@@ -0,0 +1,61 @@
+{
+ "alt-speed-down": 50,
+ "alt-speed-enabled": false,
+ "alt-speed-time-begin": 540,
+ "alt-speed-time-day": 127,
+ "alt-speed-time-enabled": false,
+ "alt-speed-time-end": 1020,
+ "alt-speed-up": 50,
+ "bind-address-ipv4": "0.0.0.0",
+ "bind-address-ipv6": "::",
+ "blocklist-enabled": false,
+ "blocklist-url": "http://www.example.com/blocklist",
+ "cache-size-mb": 4,
+ "dht-enabled": true,
+ "download-dir": "/home/ly/downloads/torrents",
+ "encryption": 1,
+ "idle-seeding-limit": 30,
+ "idle-seeding-limit-enabled": false,
+ "incomplete-dir": "/home/ly/downloads/torrents/incomplete",
+ "incomplete-dir-enabled": true,
+ "lazy-bitfield-enabled": true,
+ "lpd-enabled": false,
+ "message-level": 2,
+ "open-file-limit": 32,
+ "peer-congestion-algorithm": "",
+ "peer-limit-global": 240,
+ "peer-limit-per-torrent": 60,
+ "peer-port": 42393,
+ "peer-port-random-high": 42399,
+ "peer-port-random-low": 42390,
+ "peer-port-random-on-start": true,
+ "peer-socket-tos": "default",
+ "pex-enabled": true,
+ "port-forwarding-enabled": true,
+ "preallocation": 1,
+ "prefetch-enabled": 1,
+ "ratio-limit": 4,
+ "ratio-limit-enabled": false,
+ "rename-partial-files": true,
+ "rpc-authentication-required": false,
+ "rpc-bind-address": "0.0.0.0",
+ "rpc-enabled": true,
+ "rpc-password": "{9a24e0b15b44b272d14a1cff2db3a7c94ee4e257awDjWqMO",
+ "rpc-port": 9091,
+ "rpc-url": "/transmission/",
+ "rpc-username": "ly",
+ "rpc-whitelist": "127.0.0.1",
+ "rpc-whitelist-enabled": true,
+ "script-torrent-done-enabled": false,
+ "script-torrent-done-filename": "",
+ "speed-limit-down": 5120,
+ "speed-limit-down-enabled": false,
+ "speed-limit-up": 2048,
+ "speed-limit-up-enabled": false,
+ "start-added-torrents": true,
+ "trash-original-torrent-files": true,
+ "umask": 18,
+ "upload-slots-per-torrent": 14,
+ "watch-dir": "/home/ly/downloads/torrents/watch",
+ "watch-dir-enabled": true
+}