transmission: Use 127.0.0.1 instead of localhost, avoiding ipv6 listening adddress
This commit is contained in:
parent
7adfedb7c5
commit
4d8742c087
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user