This commit is contained in:
2026-05-10 17:51:14 -03:00
parent 878ad8d635
commit 3718ae9b03
2 changed files with 14 additions and 11 deletions
@@ -13,18 +13,14 @@
allowedTCPPorts = [
80
443
5335
7777
];
allowedUDPPortRanges = [
{
from = 47998;
to = 48000;
}
{
from = 48002;
to = 48010;
}
allowedTCPPorts = [
5335
7777
];
trustedInterfaces = [ "tailscale0" ];
trustedInterfaces = [ "tailscale0" "docker0" ];
allowedUDPPorts = [ config.services.tailscale.port ];
};