servo: transmission: relax the umask (to hopefully make files globally readable)

This commit is contained in:
Colin 2022-06-18 15:53:38 -07:00
parent 1f7d4b632d
commit a031beee18

View File

@ -14,6 +14,8 @@
rpc-whitelist-enabled = false;
# download-dir = "/opt/uninsane/media/";
# hopefully, make the downloads world-readable
umask = 0;
# force peer connections to be encrypted
encryption = 2;