transmission: disable the anti-brute-force option

this should allow me to more reliably login from anywhere.
This commit is contained in:
2022-06-18 18:46:27 -07:00
parent d0209cb80f
commit a91914053d

View File

@@ -26,6 +26,9 @@
speed-limit-up = 600;
speed-limit-up-enabled = true;
# see: https://git.zknt.org/mirror/transmission/commit/cfce6e2e3a9b9d31a9dafedd0bdc8bf2cdb6e876?lang=bg-BG
anti-brute-force-enabled = false;
};
# transmission will by default not allow the world to read its files.
services.transmission.downloadDirPermissions = "775";