1
0
Fork 0

aria2: fixup

This commit is contained in:
Daniel Kempkens 2023-04-26 14:52:28 +02:00
parent 8eba3b7788
commit 24c0d969a9
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -64,4 +64,15 @@ in
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
networking.firewall.interfaces =
let
ports = [ 6800 ];
in
{
"ens3".allowedTCPPorts = ports;
"ens3".allowedUDPPorts = ports;
"tailscale0".allowedTCPPorts = ports;
"tailscale0".allowedUDPPorts = ports;
};
} }