From 09c3fbe765458afd958ad60c09291e26571b4985 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 29 Nov 2018 09:09:07 +0100 Subject: [PATCH] Edited wrong port --- genymotion/example/sample_devices/aws.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genymotion/example/sample_devices/aws.json b/genymotion/example/sample_devices/aws.json index b3336aa..48ba387 100755 --- a/genymotion/example/sample_devices/aws.json +++ b/genymotion/example/sample_devices/aws.json @@ -32,7 +32,7 @@ }, { "from_port": 51000, - "to_port": 51000, + "to_port": 51100, "protocol": "tcp", "cidr_blocks": "0.0.0.0/0" },