transmission: properly setup rpc

This commit is contained in:
LavaDesu 2021-10-06 23:00:21 +07:00
parent bb652d19e7
commit 8a92f00e3b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -13,6 +13,9 @@
alt-speed-time-end = 1380;
alt-speed-up = 256;
ratio-limit-enabled = true;
rpc-bind-address = "0.0.0.0";
rpc-enabled = true;
rpc-port = 9091;
rpc-host-whitelist = "${config.networking.hostName}";
rpc-whitelist = "10.100.0.*,10.0.0.*,192.168.100.*";
};