transmission: Use 127.0.0.1 instead of localhost, avoiding ipv6 listening adddress

This commit is contained in:
Giulio De Pasquale 2022-11-11 19:10:17 +01:00
parent 7adfedb7c5
commit 4d8742c087

View File

@ -24,7 +24,7 @@ in {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:9091";
proxyPass = "http://127.0.0.1:9091";
extraConfig = ''
allow 10.0.0.0/24;
${lib.concatMapStrings (x: "allow ${x};") network.gdevices-wg}