fix host firewall rules

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-18 11:33:09 +02:00
parent f8d90dd829
commit 0de6132789
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,8 @@ module "nimbus-master" {
open_ports = [
"80", /* HTTP */
"443", /* HTTPS */
"9630-9633", /* Nimbus ports */
"9000-9010", /* Nimbus ports */
"9100-9110", /* Nimbus ports */
]
}
@ -79,7 +80,7 @@ module "nimbus-nodes" {
open_ports = [
"80", /* HTTP */
"443", /* HTTPS */
"40404", /* peer connection */
"9000-9010", /* beacon node */
"9100-9110", /* beacon node */
]
}