ajout des ports pour iperf

This commit is contained in:
Yves Dubromelle
2016-06-25 14:26:18 +02:00
parent 5e470017d6
commit b816211833

View File

@@ -24,4 +24,7 @@
openvpn
tinc
];
networking.firewall.allowedTCPPorts = [5201]; # iperf
networking.firewall.allowedUDPPorts = [5201]; # iperf
}