transmission: disable the anti-brute-force option
this should allow me to more reliably login from anywhere.
This commit is contained in:
@@ -26,6 +26,9 @@
|
|||||||
speed-limit-up = 600;
|
speed-limit-up = 600;
|
||||||
speed-limit-up-enabled = true;
|
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.
|
# transmission will by default not allow the world to read its files.
|
||||||
services.transmission.downloadDirPermissions = "775";
|
services.transmission.downloadDirPermissions = "775";
|
||||||
|
Reference in New Issue
Block a user