summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-11-26 13:45:43 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-11-26 13:45:43 +0100
commitb8dfd63ba1a141a6ea69db305ca1be99e99ae4e1 (patch)
treeb43451ff0a95c8405f4a5773dc2951c22e0d6339
parent89167ba5b885030e8d236a90b98076f0c7309502 (diff)
mic92: enable transmission for v6
-rw-r--r--lass/1systems/yellow/config.nix2
1 files changed, 1 insertions, 1 deletions
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 <stockholm/lib>;
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;