Browse Source

only listen on IPv6 since that's what conduit does

merge-requests/560/head
Charles Hall 3 years ago
parent
commit
6ae5143ff5
No known key found for this signature in database
GPG Key ID: 7B8E0645816E07CF
  1. 2
      nix/README.md

2
nix/README.md

@ -179,7 +179,7 @@ in
upstreams = { upstreams = {
"backend_conduit" = { "backend_conduit" = {
servers = { servers = {
"localhost:${toString config.services.matrix-conduit.settings.global.port}" = { }; "[::1]:${toString config.services.matrix-conduit.settings.global.port}" = { };
}; };
}; };
}; };

Loading…
Cancel
Save