From 678d25ee0535c6c195c130e0805436466d8a64bd Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 27 Nov 2021 23:44:42 +0100 Subject: l yellow.r: transmission listen on ipv6 --- lass/1systems/yellow/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index dc3b4b56..554882bf 100644 --- a/lass/1systems/yellow/config.nix +++ b/lass/1systems/yellow/config.nix @@ -21,7 +21,7 @@ with import ; download-dir = "/var/download/finished"; incomplete-dir = "/var/download/incoming"; incomplete-dir-enable = true; - rpc-bind-address = "0.0.0.0"; + rpc-bind-address = "::"; message-level = 1; umask = 18; rpc-whitelist-enabled = false; -- cgit v1.2.3