From 625a084f158aa728c5e2008bf82b9854e32f3920 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 3 Mar 2026 19:41:23 +0100 Subject: Updates to generated files --- .../.config/transmission-daemon/settings.json | 32 ++++++++++++++++++---- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'transmission/.config') diff --git a/transmission/.config/transmission-daemon/settings.json b/transmission/.config/transmission-daemon/settings.json index b4b883c..5745347 100644 --- a/transmission/.config/transmission-daemon/settings.json +++ b/transmission/.config/transmission-daemon/settings.json @@ -6,11 +6,16 @@ "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 50, + "announce-ip": "", + "announce-ip-enabled": false, + "anti-brute-force-enabled": false, + "anti-brute-force-threshold": 100, "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", "blocklist-enabled": false, "blocklist-url": "http://www.example.com/blocklist", "cache-size-mb": 4, + "default-trackers": "", "dht-enabled": true, "download-dir": "/home/camil/Downloads", "download-queue-enabled": true, @@ -30,16 +35,20 @@ "peer-port-random-high": 65535, "peer-port-random-low": 49152, "peer-port-random-on-start": false, - "peer-socket-tos": "default", + "peer-socket-tos": "le", "pex-enabled": true, + "pidfile": "", "port-forwarding-enabled": true, "preallocation": 1, + "preferred_transport": "utp", "prefetch-enabled": true, + "proxy_url": "", "queue-stalled-enabled": true, "queue-stalled-minutes": 30, - "ratio-limit": 0, + "ratio-limit": 0.0, "ratio-limit-enabled": true, "rename-partial-files": true, + "reqq": 2000, "rpc-authentication-required": false, "rpc-bind-address": "0.0.0.0", "rpc-enabled": true, @@ -47,22 +56,35 @@ "rpc-host-whitelist-enabled": true, "rpc-password": "{80135b8af44ad44183cbd1539bf27a083eb66762fEPjB2GR", "rpc-port": 9091, + "rpc-socket-mode": "0750", "rpc-url": "/transmission/", "rpc-username": "", "rpc-whitelist": "127.0.0.1,::1", "rpc-whitelist-enabled": true, "scrape-paused-torrents-enabled": true, + "script-torrent-added-enabled": false, + "script-torrent-added-filename": "", "script-torrent-done-enabled": false, "script-torrent-done-filename": "", + "script-torrent-done-seeding-enabled": false, + "script-torrent-done-seeding-filename": "", "seed-queue-enabled": false, "seed-queue-size": 10, + "sequential_download": false, + "sleep-per-seconds-during-verify": 100, "speed-limit-down": 100, "speed-limit-down-enabled": false, "speed-limit-up": 100, "speed-limit-up-enabled": false, "start-added-torrents": true, + "start_paused": false, + "tcp-enabled": true, + "torrent-added-verify-mode": "fast", "trash-original-torrent-files": false, - "umask": 18, + "umask": "022", "upload-slots-per-torrent": 14, - "utp-enabled": true -} + "utp-enabled": true, + "watch-dir": "", + "watch-dir-enabled": false, + "watch-dir-force-generic": false +} \ No newline at end of file -- cgit v1.2.3