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