diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2021-11-26 13:45:43 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2021-11-26 13:45:43 +0100 |
commit | b8dfd63ba1a141a6ea69db305ca1be99e99ae4e1 (patch) | |
tree | b43451ff0a95c8405f4a5773dc2951c22e0d6339 /lass | |
parent | 89167ba5b885030e8d236a90b98076f0c7309502 (diff) |
mic92: enable transmission for v6
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/yellow/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix index dc3b4b566..554882bf3 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; |