Moved elastic port to HTTP ports to fix a bug of "All web-ports are closed"

This commit is contained in:
VakarisZ 2021-03-24 14:44:09 +02:00 committed by Mike Salvatore
parent 9dfebe2460
commit bae0ed38a1
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,8 @@ INTERNAL = {
8080, 8080,
443, 443,
8008, 8008,
7001 7001,
9200
], ],
"description": "List of ports the monkey will check if are being used for HTTP" "description": "List of ports the monkey will check if are being used for HTTP"
}, },
@ -181,7 +182,6 @@ INTERNAL = {
443, 443,
8008, 8008,
3306, 3306,
9200,
7001, 7001,
8088 8088
], ],