1

feat(rahu): allow connections to transmission from localhost and LAN devices only

This commit is contained in:
Himadri Bhattacharjee
2025-02-12 17:24:10 +05:30
parent e795a3d0dd
commit a3d8be4f3d

View File

@@ -44,6 +44,8 @@
openRPCPort = true;
settings = {
rpc-bind-address = "0.0.0.0";
# Allow connections from localhost and LAN
rpc-whitelist = "127.0.0.1,192.168.12.*";
download-dir = "/media/seed";
encryption = 2;
peer-limit = 2000;