AS
Size: a a a
AS
AS
R
services.transmission = {
enable = true;
settings = {
rpc-whitelist-enabled = false;
rpc-host-whitelist-enabled = false;
download-dir = "/storage/torrents/";
incomplete-dir = "/storage/torrents/.incomplete";
incomplete-dir-enabled = true;
# umask = 2;
message-level = 3;
};
downloadDirPermissions = "777";
};
R
$ sudo netstat -tulpn | grep LISTEN | grep transmission
tcp 0 0 0.0.0.0:51413 0.0.0.0:* LISTEN 25886/transmission-
tcp 0 0 127.0.0.1:9091 0.0.0.0:* LISTEN 25886/transmission-
tcp6 0 0 :::51413 :::* LISTEN 25886/transmission-
AN
R
R
409: ConflictYour request had an invalid session-id header.To fix this, follow these steps: When reading a response, get its X-Transmission-Session-Id header and remember it Add the updated header to your outgoing requests When you get this 409 error message, resend your request with the updated headerThis requirement has been added to help prevent CSRF attacks.X-Transmission-Session-Id:
VL
АБ
VL
VL
АБ