Skip to content

Commit

Permalink
change iperf3 to just 5201
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 31, 2020
1 parent a753416 commit f5f2286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ locals {
ports = [
[-1, -1, "icmp", "ICMP", local.n_all, ["external"]],
[161, 161, "udp", "SNMP", local.n_all, ["external"]],
[5201, 5203, "tcp", "iperf3", local.n_all, ["external"]],
[5201, 5203, "udp", "iperf3", local.n_all, ["external"]],
[5201, 5201, "tcp", "iperf3", local.n_all, ["external"]],
[5201, 5201, "udp", "iperf3", local.n_all, ["external"]],
[1556, 1556, "tcp", "Netbackup", local.n_backup, ["external"]],
[3389, 3389, "tcp", "RDP", local.n_census, ["external"]],
[5986, 5986, "tcp", "WinRM-https", local.n_ansible, ["external"]],
Expand Down

0 comments on commit f5f2286

Please sign in to comment.