diff options
author | lassulus <lassulus@lassul.us> | 2021-11-27 23:44:42 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-11-27 23:44:42 +0100 |
commit | 678d25ee0535c6c195c130e0805436466d8a64bd (patch) | |
tree | c3a953449e988e8dabf74f0704d15f3fe356fc2d | |
parent | a87fa2d11da05c304c6b9563dcc11538534101ea (diff) |
l yellow.r: transmission listen on ipv6
-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; |