aria2: fixup
This commit is contained in:
parent
8eba3b7788
commit
24c0d969a9
1 changed files with 11 additions and 0 deletions
|
@ -64,4 +64,15 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.interfaces =
|
||||
let
|
||||
ports = [ 6800 ];
|
||||
in
|
||||
{
|
||||
"ens3".allowedTCPPorts = ports;
|
||||
"ens3".allowedUDPPorts = ports;
|
||||
"tailscale0".allowedTCPPorts = ports;
|
||||
"tailscale0".allowedUDPPorts = ports;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue