sombrero: Bind transmission to non-default port

To avoid brute-force login attempts
This commit is contained in:
Alexander Heldt
2023-05-16 10:45:08 +02:00
parent bafdd39f26
commit c0e1bc1f6f

View File

@@ -126,6 +126,7 @@
enable = true; enable = true;
openFirewall = true; openFirewall = true;
openRPCPort = true; openRPCPort = true;
settings.rpc-port = 9191;
settings.rpc-bind-address = "0.0.0.0"; settings.rpc-bind-address = "0.0.0.0";
user = "alex"; user = "alex";