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;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:9091";
|
proxyPass = "http://127.0.0.1:9091";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
allow 10.0.0.0/24;
|
allow 10.0.0.0/24;
|
||||||
${lib.concatMapStrings (x: "allow ${x};") network.gdevices-wg}
|
${lib.concatMapStrings (x: "allow ${x};") network.gdevices-wg}
|
||||||
|
Loading…
Reference in New Issue
Block a user