diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-08 16:12:24 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-08 16:12:24 +0200 |
commit | 7df6e89e920fb89b9cec601eb28e86fb26af0a17 (patch) | |
tree | 13c27bdea63809ef6dd249f73f75aa00398e63cf | |
parent | update (diff) | |
download | dotfiles-bsd-7df6e89e920fb89b9cec601eb28e86fb26af0a17.tar.gz dotfiles-bsd-7df6e89e920fb89b9cec601eb28e86fb26af0a17.tar.bz2 dotfiles-bsd-7df6e89e920fb89b9cec601eb28e86fb26af0a17.tar.xz dotfiles-bsd-7df6e89e920fb89b9cec601eb28e86fb26af0a17.tar.zst dotfiles-bsd-7df6e89e920fb89b9cec601eb28e86fb26af0a17.zip |
Added transmission settings
-rw-r--r-- | .config/transmission-daemon/settings.json | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/.config/transmission-daemon/settings.json b/.config/transmission-daemon/settings.json new file mode 100644 index 0000000..51cc6e9 --- /dev/null +++ b/.config/transmission-daemon/settings.json @@ -0,0 +1,68 @@ +{ + "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/jozan/dl/torrents", + "download-queue-enabled": true, + "download-queue-size": 5, + "encryption": 1, + "idle-seeding-limit": 30, + "idle-seeding-limit-enabled": false, + "incomplete-dir": "/home/jozan/dl", + "incomplete-dir-enabled": false, + "lpd-enabled": false, + "message-level": 2, + "peer-congestion-algorithm": "", + "peer-id-ttl-hours": 6, + "peer-limit-global": 200, + "peer-limit-per-torrent": 50, + "peer-port": 51413, + "peer-port-random-high": 65535, + "peer-port-random-low": 49152, + "peer-port-random-on-start": false, + "peer-socket-tos": "default", + "pex-enabled": true, + "port-forwarding-enabled": true, + "preallocation": 1, + "prefetch-enabled": true, + "queue-stalled-enabled": true, + "queue-stalled-minutes": 30, + "ratio-limit": 2, + "ratio-limit-enabled": false, + "rename-partial-files": true, + "rpc-authentication-required": false, + "rpc-bind-address": "0.0.0.0", + "rpc-enabled": true, + "rpc-host-whitelist": "", + "rpc-host-whitelist-enabled": true, + "rpc-password": "{e1d6a56beeae6e1981161ffac9dd03cc13ff335cgHQInMhA", + "rpc-port": 9091, + "rpc-url": "/transmission/", + "rpc-username": "", + "rpc-whitelist": "127.0.0.1,::1", + "rpc-whitelist-enabled": true, + "scrape-paused-torrents-enabled": true, + "script-torrent-done-enabled": true, + "script-torrent-done-filename": "/home/jozan/.local/bin/tsm-done.sh", + "seed-queue-enabled": false, + "seed-queue-size": 10, + "speed-limit-down": 299, + "speed-limit-down-enabled": false, + "speed-limit-up": 5, + "speed-limit-up-enabled": false, + "start-added-torrents": true, + "trash-original-torrent-files": false, + "umask": 18, + "upload-slots-per-torrent": 14, + "utp-enabled": true +} |