From 887020830d7629c2f35267a0c8608eeaf2051f94 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 5 Jul 2023 08:45:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/share/template-files/config/transmission/settings.json --- .../config/transmission/settings.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rootfs/usr/local/share/template-files/config/transmission/settings.json b/rootfs/usr/local/share/template-files/config/transmission/settings.json index 330cec2..27960f7 100644 --- a/rootfs/usr/local/share/template-files/config/transmission/settings.json +++ b/rootfs/usr/local/share/template-files/config/transmission/settings.json @@ -6,8 +6,8 @@ "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 0, - "bind-address-ipv4": "0.0.0.0", - "bind-address-ipv6": "::", + "bind-address-ipv4": "127.0.0.1", + "bind-address-ipv6": "", "blocklist-enabled": true, "blocklist-updates-enabled": true, "blocklist-url": "https://raw.githubusercontent.com/casjay/blocklists/main/transmission/blocklists.gz", @@ -20,14 +20,14 @@ "incomplete-dir-enabled": true, "download-dir": "/data/downloads/complete", "download-queue-enabled": true, - "download-queue-size": 3, + "download-queue-size": 10, "encryption": 1, "idle-seeding-limit": 1, "idle-seeding-limit-enabled": false, "inhibit-desktop-hibernation": false, "lpd-enabled": true, "main-window-height": 500, - "main-window-is-maximized": 0, + "main-window-is-maximized": 1, "main-window-width": 554, "main-window-x": 19, "main-window-y": 13, @@ -53,7 +53,7 @@ "ratio-limit-enabled": true, "rename-partial-files": true, "rpc-authentication-required": false, - "rpc-bind-address": "0.0.0.0", + "rpc-bind-address": "127.0.0.1", "rpc-enabled": true, "rpc-host-whitelist": "", "rpc-host-whitelist-enabled": false, @@ -87,10 +87,10 @@ "torrent-added-notification-enabled": true, "torrent-complete-notification-enabled": true, "torrent-complete-sound-command": "", - "torrent-complete-sound-enabled": true, + "torrent-complete-sound-enabled": false, "trash-can-enabled": true, "trash-original-torrent-files": false, - "umask": "022", + "umask": "002", "upload-slots-per-torrent": 14, "user-has-given-informed-consent": true, "utp-enabled": true