Skip to content

Commit

Permalink
added port 11209 to template
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniedada committed Jun 28, 2012
1 parent 924d0ec commit f03f524
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template.erb
Expand Up @@ -209,6 +209,11 @@
"FromPort" : "11210",
"ToPort" : "11210",
"CidrIp" : "0.0.0.0/0"
}, {
"IpProtocol" : "tcp",
"FromPort" : "11209",
"ToPort" : "11209",
"CidrIp" : "0.0.0.0/0"
}, {
"IpProtocol" : "tcp",
"FromPort" : "4369",
Expand Down

0 comments on commit f03f524

Please sign in to comment.