feat(steveej-x13s): accept iperf3 traffic on all interfaces
This commit is contained in:
parent
a77a7f98f2
commit
4c85413b56
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,11 @@
|
||||||
networking.firewall.interfaces."en+".allowedUDPPorts = udp;
|
networking.firewall.interfaces."en+".allowedUDPPorts = udp;
|
||||||
networking.firewall.interfaces."wl+".allowedTCPPorts = tcp;
|
networking.firewall.interfaces."wl+".allowedTCPPorts = tcp;
|
||||||
networking.firewall.interfaces."wl+".allowedUDPPorts = udp;
|
networking.firewall.interfaces."wl+".allowedUDPPorts = udp;
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
# iperf3
|
||||||
|
5201
|
||||||
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
../../snippets/home-manager-with-zsh.nix
|
../../snippets/home-manager-with-zsh.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue