mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-31 07:55:42 +00:00
geth: open UDP port 30303 as well
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b0a9b11d50
commit
ed5072c63c
2
geth.tf
2
geth.tf
@ -16,6 +16,7 @@ module "nimbus_geth_mainnet" {
|
||||
|
||||
/* Firewall */
|
||||
open_tcp_ports = [30303]
|
||||
open_udp_ports = [30303]
|
||||
|
||||
/* Plumbing */
|
||||
vpc_id = module.nimbus_network.vpc.id
|
||||
@ -42,6 +43,7 @@ module "nimbus_geth_goerli" {
|
||||
|
||||
/* Firewall */
|
||||
open_tcp_ports = [30303]
|
||||
open_udp_ports = [30303]
|
||||
|
||||
/* Plumbing */
|
||||
vpc_id = module.nimbus_network.vpc.id
|
||||
|
Loading…
x
Reference in New Issue
Block a user