firewall: allow iperf3/udp
This commit is contained in:
parent
7f4049e4e1
commit
80b1aaaac3
|
@ -40,6 +40,7 @@
|
|||
{
|
||||
subnets = [myData.subnets.tailscale.cidr];
|
||||
tcp = [config.services.iperf3.port];
|
||||
udp = [config.services.iperf3.port];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue