firewall: allow iperf3/udp

This commit is contained in:
Motiejus Jakštys 2023-10-24 14:46:06 +03:00 committed by Motiejus Jakštys
parent 7f4049e4e1
commit 80b1aaaac3
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
{
subnets = [myData.subnets.tailscale.cidr];
tcp = [config.services.iperf3.port];
udp = [config.services.iperf3.port];
}
];