Fix transmission

This commit is contained in:
Bun 2025-05-05 04:14:12 -04:00
parent 0ccc61053e
commit f619a0e069

View file

@ -8,6 +8,7 @@
openPeerPorts = true; openPeerPorts = true;
settings = { settings = {
anti-brute-force-enabled = true; anti-brute-force-enabled = true;
rpc-authentication-required = true;
rpc-whitelist-enabled = false; rpc-whitelist-enabled = false;
}; };
}; };