fix transmission https
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
# Define VPN network namespace
|
||||
@@ -44,11 +41,13 @@
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"rpc-bind-address" = "0.0.0.0"; # Bind RPC/WebUI to VPN network namespace address
|
||||
"rpc-whitelist-enabled" = false;
|
||||
"rpc-whitelist" = "10.0.0.*,127.0.0.1";
|
||||
download-dir = "/mnt/media/downloads";
|
||||
incomplete-dir-enabled = false;
|
||||
"rpc-bind-address" = "0.0.0.0"; # Bind RPC/WebUI to VPN network namespace address
|
||||
"rpc-whitelist-enabled" = true;
|
||||
"rpc-whitelist" = "10.0.0.*,192.168.15.*,127.0.0.1";
|
||||
"rpc-host-whitelist-enabled" = true;
|
||||
"rpc-host-whitelist" = "torrent.nicknase27.com";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user